|
|
Well, I changed this a lot, and it isn't exactly what I wanted, but it's
pretty tight for what it does (I think). Although, somebody more familiar
still read the same.
Cheers!
Chip Shults
My robotics, space and CGI web page - http://home.cfl.rr.com/aichip
#macro B(a,b)sphere{<a,b,13>.5pigment{agate}finish{phong.3}}#end#macro
N(a,c)
#local k=1;#while(k<7)#if(mod(c,2))B(k,a)B(-k,-a)#end#local
c=int(c/2);#local
k=k+1;#end#end light_source{0rgb
1}N(1,61)N(0,37)N(-1,55)N(-2,4)N(-3,4)N(3,1)
Post a reply to this message
|
|