4 #
include "textures.inc"
9 right -0.25*x*image_width
/image_height
16 light_source{<-16,-30,30> color rgb <0.77,0.75,0.75>}
17 light_source{<25,-16,8> color rgb <0.43,0.45,0.45>}
22 #
declare particles
=union {
23 #
include "irregular_p.pov"
24 pigment{rgb 0.9} finish{reflection 0.2 specular 0.25 ambient 0.28 metallic}
27 union{particles
translate <-4,0,0>}
28 union{particles
translate <4,0,0>}
31 #
include "irregular_v.pov"
33 pigment{rgb <0.7,0.3,0.9>} finish{specular 0.5 ambient 0.42}