I get this playing around with some lights reflecting on a sphere.
Post a reply to this message
Attachments: Download 'short2.jpg' (58 KB)
Preview of image 'short2.jpg'
here is the code: #macro L(a) light_source{ -y*5 color -a*30 fade_power 2 fade_distance 10 #end union{ #declare I=0; #while(I<1) L(<1-I,.5,I>) rotate I*x*180 rotate I*y*3960 } #declare I=I+1/58; #end sphere{ 0,4 pigment{rgbt 1} finish{ specular 0.1 roughness 1e-3 } clipped_by{ box{-9+9.6*z,9} } } translate 9*z } background{rgb 1}
My mother always told me not to play with lights, in case you break them,,, Glad to see you ignored that advice. ;-)
asfiXy nous apporta ses lumieres en ce 2005-05-29 15:24: > I get this playing around with some lights reflecting on a sphere. > > > ------------------------------------------------------------------------ > Negative lights. Nice effect. Alain
really nice effect indeed!
"asfiXy" <lef### [at] voilafr> wrote: > I get this playing around with some lights reflecting on a sphere. Would make a nice logo... Bent