|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Another version of my checkered sphere.
Comments? Questions?
Michael
--
#macro M(D)#local J=strlen(D);#local _=""#while(J>0)#local _=concat(_,substr(D
,J,1))#local J=J-1;#end _#end sphere{z*9,5pigment{rgb x}}#macro N(D,J)text{ttf
"timrom.ttf"M(D)1,0 translate-J}#end#macro O(E,K)#local _=N(E,K)light_source{-
z*9rgb 1projected_through{_}}#end O("leahciM"<1.6,-.3.9>)O("nosnhoJ"<1.6.9.9>)
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Ooops - did it twice!
"Redbeard" <red### [at] wvadelphianet> wrote in message
news:3bf0a3ce@news.povray.org...
> Another version of my checkered sphere.
>
> Comments? Questions?
>
> Michael
>
>
> --
> #macro M(D)#local J=strlen(D);#local _=""#while(J>0)#local _=concat(_,substr(D
> ,J,1))#local J=J-1;#end _#end sphere{z*9,5pigment{rgb x}}#macro N(D,J)text{ttf
> "timrom.ttf"M(D)1,0 translate-J}#end#macro O(E,K)#local _=N(E,K)light_source{-
> z*9rgb 1projected_through{_}}#end O("leahciM"<1.6,-.3.9>)O("nosnhoJ"<1.6.9.9>)
>
>
>
Post a reply to this message
Attachments:
Download 'checkersphere4a.jpg' (45 KB)
Preview of image 'checkersphere4a.jpg'
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Redbeard" <red### [at] wvadelphianet> wrote in message
news:3bf0a3ce@news.povray.org...
> Another version of my checkered sphere.
>
> Comments? Questions?
>
Pictures?
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
The surface and the small spheres could use a little light, IMO.
Otherwise I like it. Even better than the last one you just posted.
Is the surface a paraboloid or something like it? How did you place the
small spheres on it?
Ruy
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Ruy" <ruy### [at] hipernetcombr> wrote in message news:3bf0d29b@news.povray.org...
> The surface and the small spheres could use a little light, IMO.
Hmmm... yeah, I suppose they could. I'll play with the lighting a little more.
> Otherwise I like it. Even better than the last one you just posted.
Ooooh... thanks!
>
> Is the surface a paraboloid or something like it? How did you place the
> small spheres on it?
The surface is just a large sphere. I used VRand_On_Sphere to select positions.
> Ruy
>
>
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |