POV-Ray : Newsgroups : povray.beta-test : still loop bug? : Re: still loop bug? Server Time
30 Jul 2024 18:18:02 EDT (-0400)
  Re: still loop bug?  
From: Christoph Hormann
Date: 10 Oct 2001 12:17:20
Message: <3BC47490.5A5241A2@gmx.de>
Elias Pschernig wrote:
> 
> P3-933, windows ME, 3.5.beta.6.icl.win32
> 
> Following scene crashes for me:
> 
> #declare I = 0;
> #while(I < 2)
> 
>    #declare C = pigment { crackle }
> 
>    #declare CF = function { pigment { C } }
> 
>    #declare I = I + 1;
> #end
> 

That's a different bug i think, for the same reason, the insert menu
crashed in the waveform sample too.  Bob's workaround was to use #local
and #undef.

Christoph

-- 
Christoph Hormann <chr### [at] gmxde>
IsoWood include, radiosity tutorial, TransSkin and other 
things on: http://www.schunter.etc.tu-bs.de/~chris/


Post a reply to this message

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