3 // Increase the trace level for more accurate reflections
8 // Right-handed coordinate system in which the z-axis points upwards
12 right -0.4*x*image_width
/image_height
20 // Two lights with slightly different colors
21 light_source{<-16,-20,43> color rgb <0.72,0.69,0.69>}
22 light_source{<30,-15,12> color rgb <0.34,0.37,0.37>}
24 // Radius of the Voronoi cell network, and the particle radius
30 #
include "torus_p.pov"
32 finish{reflection 0.1 ambient 0.30 specular 0.3}
35 // Voronoi cells, using a radial pigment map
37 #
include "torus_v.pov"
38 pigment{radial pigment_map {
40 [0.25 rgb <0.38,0.82,0.92>]
42 [0.75 rgb <0.65,0.4,1>]
45 finish{specular 0.3 ambient 0.3 reflection 0.1}