|
|
"Ron Parker" wrote:
> #local N = dimension_size(Array, 1) - 1; // <-- better correction
Nope, then you'd have to change this line too:
> > #while(J < floor(N/2))
To this:
> > #while(J < floor((N+1)/2))
Which doesn't seem any better to me.
Rune
--
3D images and anims, include files, tutorials and more:
Rune's World: http://rsj.mobilixnet.dk (updated June 26)
POV-Ray Users: http://rsj.mobilixnet.dk/povrayusers/
POV-Ray Webring: http://webring.povray.co.uk
Post a reply to this message
|
|