|
|
To add the balls just add the following! :-)
#declare tchrome = texture { Polished_Chrome normal{average normal_map{[1
granite .1 scale 4] [1 crackle poly_wave .05 turbulence .1 scale 4]}}
finish {diffuse 0.85 phong 1}}
sphere {<-6, 1.9, 30> 3 texture {tchrome pigment{crackle poly_wave .1
turbulence .1 scale 4 color_map{[0 Black][1 Red]}}}} //Red
sphere {<8, 1.9, 20> 3 texture {tchrome pigment{crackle poly_wave .1
turbulence .1 scale 4 color_map{[0 Black][1 Green]}}}} //Green
sphere {<-10, 1.9, 10> 3 texture {tchrome pigment{crackle poly_wave .1
turbulence .1 scale 4 color_map{[0 Black][1 Blue]}}}} //Blue
Adrian
Post a reply to this message
|
|