home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 2 / crawlyvol2.bin / graphics / ftpovscn / 1 / colors.pov < prev    next >
Text File  |  1992-07-21  |  12KB  |  877 lines

  1. // Persistence Of Vision raytracer version 1.0 sample file.
  2.  
  3. // By Chris Young
  4. // Illustrates all colors in standard include file "colors.inc"
  5.  
  6. #include "colors.inc"
  7.  
  8. #declare Col0 = -36
  9. #declare Col1 = -30
  10. #declare Col2 = -24
  11. #declare Col3 = -18
  12. #declare Col4 = -12
  13. #declare Col5 = -6
  14. #declare Col6 = 0
  15. #declare Col7 = 6
  16. #declare Col8 = 12
  17. #declare Col9 = 18
  18. #declare Col10 = 24
  19. #declare Col11 = 30
  20. #declare Col12 = 36
  21.  
  22. #declare Row1 = 24
  23. #declare Row2 = 18
  24. #declare Row3 = 12
  25. #declare Row4 = 6
  26. #declare Row5 = 0
  27. #declare Row6 = -6
  28. #declare Row7 = -12
  29. #declare Row8 = -18
  30. #declare Row9 = -24
  31.  
  32. camera {
  33.    location <Col6  Row5  -65.0>
  34.    right <1.3333 0.0 0.0>
  35.    look_at <Col6 Row5 0.0>
  36. }
  37.  
  38. /* Light behind viewer postion (pseudo-ambient light) */
  39. object {  
  40.    light_source { <-50.0  50.0  -150.0>
  41.       colour White
  42.    }
  43. }
  44.  
  45.  
  46. default {
  47.    texture {
  48.       phong 1 phong_size 100
  49.       ambient .15
  50.       diffuse .7
  51.    }
  52. }
  53.  
  54. #declare Dist = -4
  55. #declare Radius = 3
  56.  
  57. object {
  58.    sphere {  <Col0 Row1 Dist> Radius }
  59.    texture {
  60.       color Clear 
  61.    }
  62. }
  63.  
  64. object {
  65.    sphere {  <Col1 Row1 Dist> Radius }
  66.    texture {
  67.       color White 
  68.    }
  69. }
  70.  
  71. object {
  72.    sphere {  <Col2 Row1 Dist> Radius }
  73.    texture {
  74.       color Red 
  75.    }
  76. }
  77.  
  78. object {
  79.    sphere {  <Col3 Row1 Dist> Radius }
  80.    texture {
  81.       color Green 
  82.    }
  83. }
  84.  
  85. object {
  86.    sphere {  <Col4 Row1 Dist> Radius }
  87.    texture {
  88.       color Blue 
  89.    }
  90. }
  91.  
  92. object {
  93.    sphere {  <Col5 Row1 Dist> Radius }
  94.    texture {
  95.       color Yellow 
  96.    }
  97. }
  98.  
  99. object {
  100.    sphere {  <Col6 Row1 Dist> Radius }
  101.    texture {
  102.       color Cyan 
  103.    }
  104. }
  105.  
  106. object {
  107.    sphere {  <Col7 Row1 Dist> Radius }
  108.    texture {
  109.       color Magenta 
  110.    }
  111. }
  112.  
  113. object {
  114.    sphere {  <Col8 Row1 Dist> Radius }
  115.    texture {
  116.       color Black 
  117.    }
  118. }
  119.  
  120. object {
  121.    sphere {  <Col9 Row1 Dist> Radius }
  122.    texture {
  123.       color Aquamarine 
  124.    }
  125. }
  126.  
  127. object {
  128.    sphere {  <Col10 Row1 Dist> Radius }
  129.    texture {
  130.       color BlueViolet 
  131.    }
  132. }
  133.  
  134. object {
  135.    sphere {  <Col11 Row1 Dist> Radius }
  136.    texture {
  137.       color Brown 
  138.    }
  139. }
  140.  
  141. object {
  142.    sphere {  <Col12 Row1 Dist> Radius }
  143.    texture {
  144.       color CadetBlue 
  145.    }
  146. }
  147.  
  148. object {
  149.    sphere {  <Col0 Row2 Dist> Radius }
  150.    texture {
  151.       color Coral 
  152.    }
  153. }
  154.  
  155. object {
  156.    sphere {  <Col1 Row2 Dist> Radius }
  157.    texture {
  158.       color CornflowerBlue 
  159.    }
  160. }
  161.  
  162. object {
  163.    sphere {  <Col2 Row2 Dist> Radius }
  164.    texture {
  165.       color DarkGreen 
  166.    }
  167. }
  168.  
  169. object {
  170.    sphere {  <Col3 Row2 Dist> Radius }
  171.    texture {
  172.       color DarkOliveGreen 
  173.    }
  174. }
  175.  
  176. object {
  177.    sphere {  <Col4 Row2 Dist> Radius }
  178.    texture {
  179.       color DarkOrchid 
  180.    }
  181. }
  182.  
  183. object {
  184.    sphere {  <Col5 Row2 Dist> Radius }
  185.    texture {
  186.       color DarkSlateBlue 
  187.    }
  188. }
  189.  
  190. object {
  191.    sphere {  <Col6 Row2 Dist> Radius }
  192.    texture {
  193.       color DarkSlateGray 
  194.    }
  195. }
  196.  
  197. object {
  198.    sphere {  <Col7 Row2 Dist> Radius }
  199.    texture {
  200.       color DarkSlateGrey 
  201.    }
  202. }
  203.  
  204. object {
  205.    sphere {  <Col8 Row2 Dist> Radius }
  206.    texture {
  207.       color DarkTurquoise 
  208.    }
  209. }
  210.  
  211. object {
  212.    sphere {  <Col9 Row2 Dist> Radius }
  213.    texture {
  214.       color DimGray 
  215.    }
  216. }
  217.  
  218. object {
  219.    sphere {  <Col10 Row2 Dist> Radius }
  220.    texture {
  221.       color DimGrey 
  222.    }
  223. }
  224.  
  225. object {
  226.    sphere {  <Col11 Row2 Dist> Radius }
  227.    texture {
  228.       color Firebrick 
  229.    }
  230. }
  231.  
  232. object {
  233.    sphere {  <Col12 Row2 Dist> Radius }
  234.    texture {
  235.       color ForestGreen 
  236.    }
  237. }
  238.  
  239. object {
  240.    sphere {  <Col0 Row3 Dist> Radius }
  241.    texture {
  242.       color Gold 
  243.    }
  244. }
  245.  
  246. object {
  247.    sphere {  <Col1 Row3 Dist> Radius }
  248.    texture {
  249.       color Goldenrod 
  250.    }
  251. }
  252.  
  253. object {
  254.    sphere {  <Col2 Row3 Dist> Radius }
  255.    texture {
  256.       color Gray 
  257.    }
  258. }
  259.  
  260. object {
  261.    sphere {  <Col3 Row3 Dist> Radius }
  262.    texture {
  263.       color GreenYellow 
  264.    }
  265. }
  266.  
  267. object {
  268.    sphere {  <Col4 Row3 Dist> Radius }
  269.    texture {
  270.       color Grey 
  271.    }
  272. }
  273.  
  274. object {
  275.    sphere {  <Col5 Row3 Dist> Radius }
  276.    texture {
  277.       color IndianRed 
  278.    }
  279. }
  280.  
  281. object {
  282.    sphere {  <Col6 Row3 Dist> Radius }
  283.    texture {
  284.       color Khaki 
  285.    }
  286. }
  287.  
  288. object {
  289.    sphere {  <Col7 Row3 Dist> Radius }
  290.    texture {
  291.       color LightBlue 
  292.    }
  293. }
  294.  
  295. object {
  296.    sphere {  <Col8 Row3 Dist> Radius }
  297.    texture {
  298.       color LightGray 
  299.    }
  300. }
  301.  
  302. object {
  303.    sphere {  <Col9 Row3 Dist> Radius }
  304.    texture {
  305.       color LightGrey 
  306.    }
  307. }
  308.  
  309. object {
  310.    sphere {  <Col10 Row3 Dist> Radius }
  311.    texture {
  312.       color LightSteelBlue 
  313.    }
  314. }
  315.  
  316. object {
  317.    sphere {  <Col11 Row3 Dist> Radius }
  318.    texture {
  319.       color LimeGreen 
  320.    }
  321. }
  322.  
  323. object {
  324.    sphere {  <Col12 Row3 Dist> Radius }
  325.    texture {
  326.       color Maroon 
  327.    }
  328. }
  329.  
  330. object {
  331.    sphere {  <Col0 Row4 Dist> Radius }
  332.    texture {
  333.       color MediumAquamarine 
  334.    }
  335. }
  336.  
  337. object {
  338.    sphere {  <Col1 Row4 Dist> Radius }
  339.    texture {
  340.       color MediumBlue 
  341.    }
  342. }
  343.  
  344. object {
  345.    sphere {  <Col2 Row4 Dist> Radius }
  346.    texture {
  347.       color MediumForestGreen 
  348.    }
  349. }
  350.  
  351. object {
  352.    sphere {  <Col3 Row4 Dist> Radius }
  353.    texture {
  354.       color MediumGoldenrod 
  355.    }
  356. }
  357.  
  358. object {
  359.    sphere {  <Col4 Row4 Dist> Radius }
  360.    texture {
  361.       color MediumOrchid 
  362.    }
  363. }
  364.  
  365. object {
  366.    sphere {  <Col5 Row4 Dist> Radius }
  367.    texture {
  368.       color MediumSeaGreen 
  369.    }
  370. }
  371.  
  372. object {
  373.    sphere {  <Col6 Row4 Dist> Radius }
  374.    texture {
  375.       color MediumSlateBlue 
  376.    }
  377. }
  378.  
  379. object {
  380.    sphere {  <Col7 Row4 Dist> Radius }
  381.    texture {
  382.       color MediumSpringGreen 
  383.    }
  384. }
  385.  
  386. object {
  387.    sphere {  <Col8 Row4 Dist> Radius }
  388.    texture {
  389.       color MediumTurquoise 
  390.    }
  391. }
  392.  
  393. object {
  394.    sphere {  <Col9 Row4 Dist> Radius }
  395.    texture {
  396.       color MediumVioletRed 
  397.    }
  398. }
  399.  
  400. object {
  401.    sphere {  <Col10 Row4 Dist> Radius }
  402.    texture {
  403.       color MidnightBlue 
  404.    }
  405. }
  406.  
  407. object {
  408.    sphere {  <Col11 Row4 Dist> Radius }
  409.    texture {
  410.       color Navy 
  411.    }
  412. }
  413.  
  414. object {
  415.    sphere {  <Col12 Row4 Dist> Radius }
  416.    texture {
  417.       color NavyBlue 
  418.    }
  419. }
  420.  
  421. object {
  422.    sphere {  <Col0 Row5 Dist> Radius }
  423.    texture {
  424.       color Orange 
  425.    }
  426. }
  427.  
  428. object {
  429.    sphere {  <Col1 Row5 Dist> Radius }
  430.    texture {
  431.       color OrangeRed 
  432.    }
  433. }
  434.  
  435. object {
  436.    sphere {  <Col2 Row5 Dist> Radius }
  437.    texture {
  438.       color Orchid 
  439.    }
  440. }
  441.  
  442. object {
  443.    sphere {  <Col3 Row5 Dist> Radius }
  444.    texture {
  445.       color PaleGreen 
  446.    }
  447. }
  448.  
  449. object {
  450.    sphere {  <Col4 Row5 Dist> Radius }
  451.    texture {
  452.       color Pink 
  453.    }
  454. }
  455.  
  456. object {
  457.    sphere {  <Col5 Row5 Dist> Radius }
  458.    texture {
  459.       color Plum 
  460.    }
  461. }
  462.  
  463. object {
  464.    sphere {  <Col6 Row5 Dist> Radius }
  465.    texture {
  466.       color Salmon 
  467.    }
  468. }
  469.  
  470. object {
  471.    sphere {  <Col7 Row5 Dist> Radius }
  472.    texture {
  473.       color SeaGreen 
  474.    }
  475. }
  476.  
  477. object {
  478.    sphere {  <Col8 Row5 Dist> Radius }
  479.    texture {
  480.       color Sienna 
  481.    }
  482. }
  483.  
  484. object {
  485.    sphere {  <Col9 Row5 Dist> Radius }
  486.    texture {
  487.       color SkyBlue 
  488.    }
  489. }
  490.  
  491. object {
  492.    sphere {  <Col10 Row5 Dist> Radius }
  493.    texture {
  494.       color SlateBlue 
  495.    }
  496. }
  497.  
  498. object {
  499.    sphere {  <Col11 Row5 Dist> Radius }
  500.    texture {
  501.       color SpringGreen 
  502.    }
  503. }
  504.  
  505. object {
  506.    sphere {  <Col12 Row5 Dist> Radius }
  507.    texture {
  508.       color SteelBlue 
  509.    }
  510. }
  511.  
  512. object {
  513.    sphere {  <Col0 Row6 Dist> Radius }
  514.    texture {
  515.       color Tan 
  516.    }
  517. }
  518.  
  519. object {
  520.    sphere {  <Col1 Row6 Dist> Radius }
  521.    texture {
  522.       color Thistle 
  523.    }
  524. }
  525.  
  526. object {
  527.    sphere {  <Col2 Row6 Dist> Radius }
  528.    texture {
  529.       color Turquoise 
  530.    }
  531. }
  532.  
  533. object {
  534.    sphere {  <Col3 Row6 Dist> Radius }
  535.    texture {
  536.       color Violet 
  537.    }
  538. }
  539.  
  540. object {
  541.    sphere {  <Col4 Row6 Dist> Radius }
  542.    texture {
  543.       color VioletRed 
  544.    }
  545. }
  546.  
  547. object {
  548.    sphere {  <Col5 Row6 Dist> Radius }
  549.    texture {
  550.       color Wheat 
  551.    }
  552. }
  553.  
  554. object {
  555.    sphere {  <Col6 Row6 Dist> Radius }
  556.    texture {
  557.       color YellowGreen 
  558.    }
  559. }
  560.  
  561. object {
  562.    sphere {  <Col7 Row6 Dist> Radius }
  563.    texture {
  564.       color SummerSky 
  565.    }
  566. }
  567.  
  568. object {
  569.    sphere {  <Col8 Row6 Dist> Radius }
  570.    texture {
  571.       color RichBlue 
  572.    }
  573. }
  574.  
  575. object {
  576.    sphere {  <Col9 Row6 Dist> Radius }
  577.    texture {
  578.       color Brass 
  579.    }
  580. }
  581.  
  582. object {
  583.    sphere {  <Col10 Row6 Dist> Radius }
  584.    texture {
  585.       color Copper 
  586.    }
  587. }
  588.  
  589. object {
  590.    sphere {  <Col11 Row6 Dist> Radius }
  591.    texture {
  592.       color Bronze 
  593.    }
  594. }
  595.  
  596. object {
  597.    sphere {  <Col12 Row6 Dist> Radius }
  598.    texture {
  599.       color Bronze2 
  600.    }
  601. }
  602.  
  603. object {
  604.    sphere {  <Col0 Row7 Dist> Radius }
  605.    texture {
  606.       color Silver 
  607.    }
  608. }
  609.  
  610. object {
  611.    sphere {  <Col1 Row7 Dist> Radius }
  612.    texture {
  613.       color BrightGold 
  614.    }
  615. }
  616.  
  617. object {
  618.    sphere {  <Col2 Row7 Dist> Radius }
  619.    texture {
  620.       color OldGold 
  621.    }
  622. }
  623.  
  624. object {
  625.    sphere {  <Col3 Row7 Dist> Radius }
  626.    texture {
  627.       color Feldspar 
  628.    }
  629. }
  630.  
  631. object {
  632.    sphere {  <Col4 Row7 Dist> Radius }
  633.    texture {
  634.       color Quartz 
  635.    }
  636. }
  637.  
  638. object {
  639.    sphere {  <Col5 Row7 Dist> Radius }
  640.    texture {
  641.       color Mica 
  642.    }
  643. }
  644.  
  645. object {
  646.    sphere {  <Col6 Row7 Dist> Radius }
  647.    texture {
  648.       color VLightGrey 
  649.    }
  650. }
  651.  
  652. object {
  653.    sphere {  <Col7 Row7 Dist> Radius }
  654.    texture {
  655.       color NeonPink 
  656.    }
  657. }
  658.  
  659. object {
  660.    sphere {  <Col8 Row7 Dist> Radius }
  661.    texture {
  662.       color DarkPurple 
  663.    }
  664. }
  665.  
  666. object {
  667.    sphere {  <Col9 Row7 Dist> Radius }
  668.    texture {
  669.       color NeonBlue 
  670.    }
  671. }
  672.  
  673. object {
  674.    sphere {  <Col10 Row7 Dist> Radius }
  675.    texture {
  676.       color CoolCopper 
  677.    }
  678. }
  679.  
  680. object {
  681.    sphere {  <Col11 Row7 Dist> Radius }
  682.    texture {
  683.       color MandarinOrange 
  684.    }
  685. }
  686.  
  687. object {
  688.    sphere {  <Col12 Row7 Dist> Radius }
  689.    texture {
  690.       color LightWood 
  691.    }
  692. }
  693.  
  694. object {
  695.    sphere {  <Col0 Row8 Dist> Radius }
  696.    texture {
  697.       color MediumWood 
  698.    }
  699. }
  700.  
  701. object {
  702.    sphere {  <Col1 Row8 Dist> Radius }
  703.    texture {
  704.       color DarkWood 
  705.    }
  706. }
  707.  
  708. object {
  709.    sphere {  <Col2 Row8 Dist> Radius }
  710.    texture {
  711.       color SpicyPink 
  712.    }
  713. }
  714.  
  715. object {
  716.    sphere {  <Col3 Row8 Dist> Radius }
  717.    texture {
  718.       color SemiSweetChoc 
  719.    }
  720. }
  721.  
  722. object {
  723.    sphere {  <Col4 Row8 Dist> Radius }
  724.    texture {
  725.       color BakersChoc 
  726.    }
  727. }
  728.  
  729. object {
  730.    sphere {  <Col5 Row8 Dist> Radius }
  731.    texture {
  732.       color Flesh 
  733.    }
  734. }
  735.  
  736. object {
  737.    sphere {  <Col6 Row8 Dist> Radius }
  738.    texture {
  739.       color NewTan 
  740.    }
  741. }
  742.  
  743. object {
  744.    sphere {  <Col7 Row8 Dist> Radius }
  745.    texture {
  746.       color NewMidnightBlue 
  747.    }
  748. }
  749.  
  750. object {
  751.    sphere {  <Col8 Row8 Dist> Radius }
  752.    texture {
  753.       color VeryDarkBrown 
  754.    }
  755. }
  756.  
  757. object {
  758.    sphere {  <Col9 Row8 Dist> Radius }
  759.    texture {
  760.       color DarkBrown 
  761.    }
  762. }
  763.  
  764. object {
  765.    sphere {  <Col10 Row8 Dist> Radius }
  766.    texture {
  767.       color DarkTan 
  768.    }
  769. }
  770.  
  771. object {
  772.    sphere {  <Col11 Row8 Dist> Radius }
  773.    texture {
  774.       color GreenCopper 
  775.    }
  776. }
  777.  
  778. object {
  779.    sphere {  <Col12 Row8 Dist> Radius }
  780.    texture {
  781.       color DkGreenCopper 
  782.    }
  783. }
  784.  
  785. object {
  786.    sphere {  <Col0 Row9 Dist> Radius }
  787.    texture {
  788.       color DustyRose 
  789.    }
  790. }
  791.  
  792. object {
  793.    sphere {  <Col1 Row9 Dist> Radius }
  794.    texture {
  795.       color HuntersGreen 
  796.    }
  797. }
  798.  
  799. object {
  800.    sphere {  <Col2 Row9 Dist> Radius }
  801.    texture {
  802.       color Scarlet 
  803.    }
  804. }
  805. /*
  806. object {
  807.     sphere {  <Col3 Row9 Dist> Radius }
  808.     texture {
  809. color 
  810.     }
  811. }
  812.  
  813. object {
  814.     sphere {  <Col4 Row9 Dist> Radius }
  815.     texture {
  816. color 
  817.     }
  818. }
  819.  
  820. object {
  821.     sphere {  <Col5 Row9 Dist> Radius }
  822.     texture {
  823. color 
  824.     }
  825. }
  826.  
  827. object {
  828.     sphere {  <Col6 Row9 Dist> Radius }
  829.     texture {
  830. color 
  831.     }
  832. }
  833.  
  834. object {
  835.     sphere {  <Col7 Row9 Dist> Radius }
  836.     texture {
  837. color 
  838.     }
  839. }
  840.  
  841. object {
  842.     sphere {  <Col8 Row9 Dist> Radius }
  843.     texture {
  844. color 
  845.     }
  846. }
  847.  
  848. object {
  849.     sphere {  <Col9 Row9 Dist> Radius }
  850.     texture {
  851. color 
  852.     }
  853. }
  854.  
  855. object {
  856.     sphere {  <Col10 Row9 Dist> Radius }
  857.     texture {
  858. color 
  859.     }
  860. }
  861.  
  862. object {
  863.     sphere {  <Col11 Row9 Dist> Radius }
  864.     texture {
  865. color 
  866.     }
  867. }
  868.  
  869. object {
  870.     sphere {  <Col12 Row9 Dist> Radius }
  871.     texture {
  872. color 
  873.     }
  874. }
  875.  
  876. */
  877.