5 #
include "textures.inc"
7 // Right-handed coordinate system in which the z axis points upwards
11 right -0.34*x*image_width
/image_height
19 // Two lights with slightly different colors
20 light_source{<-8,-20,30> color rgb <0.77,0.75,0.75>}
21 light_source{<20,-15,5> color rgb <0.38,0.40,0.40>}
23 // Radius of the Voronoi cell network, and the particle radius
29 #
include "cylinder_inv_p.pov"
30 pigment{rgb <0.5,0.8,0.7>} finish{reflection 0.12 specular 0.3 ambient 0.42}
35 #
include "cylinder_inv_v.pov"
36 pigment{rgb <0.1,0.3,0.9>} finish{specular 0.3 ambient 0.42}