//////////////////////////// // // // Manuel Kasten // // // // kasten.m@gmx.de // // // //////////////////////////// camera{ normal {bumps.1scale.2} } #local R=seed(5); #local i=500; #while(i) sphere{ <0rand(R)*9,9>.005 scale(.6+rand(R))*x*999 pigment{rgb 5+<0,1rand(R)>*9} rotate 360*rand(R)*z } #local i=i-1; #end