|
|
"Kevork Abadjian" <x### [at] xcom> wrote in message news:3bf1f641@news.povray.org...
> Just a quick test of POV 3.5. Any comments would be appreciated.
I like it!
> ps. Sorry for the earlier post, I hope that I have managed to cancel it!
I think you have (I haven't seen it at all :-)
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
|
|