NAME: Mark James Lewin EMAIL: m_j_lewin@yahoo.com.au COPYRIGHT: I SUBMIT TO THE STANDARD 10BEST.RAYTRACE.COM COPYRIGHT FILE SIZE: 497 bytes COMMENTS: Just a few randomly placed and coloured superellipsoids,no tricks. I could not resist the reflective sphere; this is POV after all :-) CODE: #local X=seed(0); sphere { 0 1 pigment { object { text { ttf "povlogo.ttf" "P" 1,0 translate-<.3.5,1> rotate x*30 } rgb.8 rgb.1 } } finish { reflection.4 } translate y-z*2 scale 3 } plane { y,0 pigment{rgb 1} } camera { location(y-z)*25 look_at 6*y } #local I=0; #while(I<9) light_source { 25, .2 area_light x*9 y*9 ,4,4 rotate I*y*40 } #local J=0; #while(J pigment { rgb } finish{specular 1} rotate<90J*40> translate<-9-8*mod(I,2)1+2*J> rotate I*y*23 } #local J=J+1; #end #local I=I+1; #end //ML2