POV-Ray : Newsgroups : povray.general : Differences in rendering 3.50c vs. 3.6.1 : Re: Differences in rendering 3.50c vs. 3.6.1 Server Time
2 Aug 2024 08:13:36 EDT (-0400)
  Re: Differences in rendering 3.50c vs. 3.6.1  
From: Christoph Hormann
Date: 25 Nov 2004 03:05:02
Message: <co43ji$1tr$1@chho.imagico.de>
Mike Williams wrote:
> 
> #macro Wave (Xo)
>   #declare Xo = 1;
> #end
> 
> #declare N=0;
> #while (N<10000)
>   #declare X=123;
>   Wave(X)
>   #if (X != 1)
>     #debug concat("N = ", str(N,0,0), " X = ",str(X,0,0),"\n")
>   #end
>   #declare N=N+1;
> #end

Interesting.  I don't use this kind of construction when coding scenes 
so i never came across this problem (it works without trouble when 
passing array identifiers BTW).

Christoph

-- 
POV-Ray tutorials, include files, Sim-POV,
HCR-Edit and more: http://www.tu-bs.de/~y0013390/
Last updated 23 Sep. 2004 _____./\/^>_*_<^\/\.______


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.