|
|
On Mon, 08 Oct 2001 20:29:18 -0400, David Wallace wrote:
>Does the while loop bug cause a stack fault? My parametric surface
>generator sets it off rather quickly.
Yes. It should be fixed now. I don't know when it will find its way into
a beta, however.
--
#local R=<7084844682857967,0787982,826975826580>;#macro L(P)concat(#while(P)chr(
mod(P,100)),#local P=P/100;#end"")#end background{rgb 1}text{ttf L(R.x)L(R.y)0,0
translate<-.8,0,-1>}text{ttf L(R.x)L(R.z)0,0translate<-1.6,-.75,-1>}sphere{z/9e3
4/26/2001finish{reflection 1}}//ron.parker@povray.org My opinions, nobody else's
Post a reply to this message
|
|