3 // Right-handed coordinate system in which the z-axis points upwards
7 right -0.24*x*image_width
/image_height
15 // Two lights with slightly different colors
16 light_source{<-8,-20,30> color rgb <0.77,0.75,0.75>}
17 light_source{<25,-12,12> color rgb <0.38,0.40,0.40>}
19 // Radius of the Voronoi cell network
22 // Radius of the particles
27 #
include "pack_ten_cube_p.pov"
28 pigment{rgb 0.95} finish{reflection 0.1 specular 0.3 ambient 0.42}
33 #
include "pack_ten_cube_v.pov"
34 pigment{rgb <1,0.4,0.45>} finish{specular 0.5 ambient 0.42}