3 // Right-handed coordinate system in which the z-axis points upwards
7 right 25*x*image_width
/image_height
15 // Two lights with slightly different colors
16 light_source{<-8,30,-20> color rgb <0.79,0.75,0.75>}
17 light_source{<25,12,-12> color rgb <0.36,0.40,0.40>}
19 // Radius of the Voronoi cell network
22 // Radius of the particles
27 pigment{rgbft <0.9,0.82,0.4>} finish{reflection 0.1 specular 0.3 ambient 0.42}
34 #include "doe_diagram_p.pov"
35 pigment{rgbft <0.9,0.82,0.4,0,0.5>} finish{reflection 0.1 specular 0.3 ambient 0.42}
41 #include "doe_diagram_p.pov"
42 pigment{rgbft <0.4,0.6,0.3>} finish{reflection 0.1 specular 0.3 ambient 0.42}
48 #include "doe_diagram_v.pov"
50 box{<-2,-1,-4>,<18,23,4>}
51 pigment{rgb <0.8,0.59,0.9>} finish{specular 0.5 ambient 0.42}