Advertisement
Guest User

Untitled

a guest
Mar 9th, 2017
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #include "colors.inc"
  2. #include "textures.inc"
  3.  
  4. camera
  5. {
  6.     location <-7,8,-12>
  7.     look_at <2,4,0>
  8. }
  9.  
  10. light_source
  11. {
  12.     <0,300,0>
  13.     color rgb <1,1,1>
  14. }
  15.  
  16. background
  17. {
  18.     color Blue    
  19. }
  20.  
  21. plane
  22. {
  23.     y,0
  24.     pigment {color Green}
  25. }
  26.  
  27. box
  28. {
  29.     <0,0,1>, <2,2,3>
  30.     pigment {color Red}
  31. }
  32.  
  33. box
  34. {
  35.     <0,0,1>, <2,2,3>
  36.     pigment {color Brown}
  37.     translate <2,0,0>
  38. }
  39.  
  40. box
  41. {
  42.     <0,0,1>, <2,2,3>
  43.     pigment {color Blue}
  44.     translate <-2,0,0>
  45. }
  46.  
  47. box
  48. {
  49.     <0,0,1>, <2,2,3>
  50.     pigment {color Red}
  51.     translate <0,0,-2>
  52. }
  53.  
  54. box
  55. {
  56.     <0,0,1>, <2,2,3>
  57.     pigment {color Blue}
  58.     translate <2,0,-2>
  59. }
  60.  
  61. box
  62. {
  63.     <0,0,1>, <2,2,3>
  64.     pigment {color Brown}
  65.     translate <-2,0,-2>
  66. }
  67.  
  68. box
  69. {
  70.     <0,0,1>, <2,2,3>
  71.     pigment {color Red}
  72.     translate <2,0,-4>
  73. }
  74.  
  75. box
  76. {
  77.     <0,0,1>, <2,2,3>
  78.     pigment {color Blue}
  79.     translate <0,0,-4>
  80. }
  81.  
  82. box
  83. {
  84.     <0,0,1>, <2,2,3>
  85.     pigment {color Orange}
  86.     translate <-2,0,-4>
  87. }
  88.  
  89. box
  90. {
  91.     <0,0,1>, <2,2,3>
  92.     pigment {color Brown}
  93.     translate <0,2,0>
  94. }
  95.  
  96. box
  97. {
  98.     <0,0,1>, <2,2,3>
  99.     pigment {color Red}
  100.     translate <2,2,0>
  101. }
  102.  
  103. box
  104. {
  105.     <0,0,1>, <2,2,3>
  106.     pigment {color Violet}
  107.     translate <-2,2,0>
  108. }
  109.  
  110. box
  111. {
  112.     <0,0,1>, <2,2,3>
  113.     pigment {color White}
  114.     translate <2,2,-2>
  115. }
  116.  
  117. box
  118. {
  119.     <0,0,1>, <2,2,3>
  120.     pigment {color Pink}
  121.     translate <0,2,-2>
  122. }
  123.  
  124. box
  125. {
  126.     <0,0,1>, <2,2,3>
  127.     pigment {color Green}
  128.     translate <-2,2,-2>
  129. }
  130.  
  131. box
  132. {
  133.     <0,0,1>, <2,2,3>
  134.     pigment {color White}
  135.     translate <2,2,-4>
  136. }
  137.  
  138. box
  139. {
  140.     <0,0,1>, <2,2,3>
  141.     pigment {color Pink}
  142.     translate <-2,2,-4>
  143. }
  144.  
  145. box
  146. {
  147.     <0,0,1>, <2,2,3>
  148.     pigment {color Red}
  149.     translate <0,2,-4>
  150. }  
  151.  
  152. box
  153. {
  154.     <0,0,1>, <2,2,3>
  155.     pigment {color Brown}
  156.     translate <0,4,-4>
  157. }  
  158.  
  159. box
  160. {
  161.     <0,0,1>, <2,2,3>
  162.     pigment {color Red}
  163.     translate <2,4,-4>
  164. }
  165.  
  166. box
  167. {
  168.     <0,0,1>, <2,2,3>
  169.     pigment {color Pink}
  170.     translate <-2,4,-4>
  171. }
  172.  
  173. box
  174. {
  175.     <0,0,1>, <2,2,3>
  176.     pigment {color White}
  177.     translate <0,4,-2>
  178. }
  179.  
  180. box
  181. {
  182.     <0,0,1>, <2,2,3>
  183.     pigment {color Black}
  184.     translate <2,4,-2>
  185. }
  186.  
  187. box
  188. {
  189.     <0,0,1>, <2,2,3>
  190.     pigment {color Pink}
  191.     translate <-2,4,-2>
  192. }
  193.  
  194. box
  195. {
  196.     <0,0,1>, <2,2,3>
  197.     pigment {color Violet}
  198.     translate <0,4,0>
  199. }
  200.  
  201. box
  202. {
  203.     <0,0,1>, <2,2,3>
  204.     pigment {color White}
  205.     translate <2,4,0>
  206. }
  207.  
  208. box
  209. {
  210.     <0,0,1>, <2,2,3>
  211.     pigment {color Red}
  212.     translate <-2,4,0>
  213. }
  214.  
  215. box
  216. {
  217.     <0,0,1>, <2,2,3>
  218.     pigment {color Orange}
  219.     translate <0,4,-4>
  220. }
  221.  
  222. box
  223. {
  224.     <0,0,1>, <2,2,3>
  225.     pigment {color Brown}
  226.     translate <2,4,-4>
  227. }
  228.  
  229. box
  230. {
  231.     <0,0,1>, <2,2,3>
  232.     pigment {color Orange}
  233.     translate <-2,4,-4>
  234. }
  235.  
  236. cone
  237. {
  238.     <0,4,0>, 0
  239.     <0,0,0>, 3.2  
  240.     pigment {color Orange}
  241.     translate <1,6,0>
  242. }
  243.  
  244. cylinder
  245. {
  246.     <0,0,0>, <0,0.1,0>, 2
  247.     pigment {color Yellow}
  248.     rotate <90,0,0>
  249.     translate <1,3.7,-3.1>
  250. }
  251.  
  252. box
  253. {
  254.     <0,0,0>,<2,0.3,0.5>
  255.     pigment {color Black}
  256.     rotate <0,0,90>
  257.     translate <1.2,3.7,-3.3>
  258. }
  259.  
  260. box
  261. {
  262.     <0,0,0>,<1.8,0.3,0.5>
  263.     pigment {color Black}
  264.     translate <1.2,3.7,-3.3>
  265. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement