|
|
Greg Edwards wrote:
> On Thu, 13 Mar 2003 15:48:55 -0600, Michael Goldshteyn wrote:
>
>
>>#local n=0;#while(n<30)sphere{<n-15,0,30>,5-n/5 scale y*n/4 pigment
>>{color rgb<n/10,n/20,n/30>}finish{ambient 1}}#local n=n+1;#end
>
>
> #local n=0;#while(n<30)sphere{<n-15,0,30>5-n/5scale
> y*n/4pigment{rgb n*<1,.5#local n=n+1;1/3>}}#end
>
#local n=30;#while(n)sphere{<n-16,0,30>#local
n=n-1;5-n/5scale y*n/4pigment{rgb<1,.5,1/3>*n}}#end
--
merge{#local i=-11;#while(i<11)#local
i=i+.1;sphere{<i*(i*i*(.05-i*i*(4e-7*i*i+3e-4))-3)10*sin(i)30>.5}#end
pigment{rgbt 1}interior{media{emission x}}hollow}// Mark Weyer
Post a reply to this message
|
|