POV-Ray : Newsgroups : povray.beta-test : long function with crash : Re: long function with crash Server Time
30 Jul 2024 00:26:27 EDT (-0400)
  Re: long function with crash  
From:
Date: 8 Feb 2002 05:57:06
Message: <5bb76ucbrgq3c34spn7lfs2mks7k87g7gq@4ax.com>
On 7 Feb 2002 16:10:07 -0500, ingo <ing### [at] homenl> wrote:
> I can confirm that the scene crashes when Count is bigger that 441.

At begining of macro I have added function:
#local N=function{2*f_noise_generator(x,y,z,2)-1};
Then I have changed body of loop to:
      P(
        x+X*N(x+C,y,z),
        y+Y*N(x,y+C,z),
        z+Z*N(x,y,z+C)
      )
With such changes this scene crashes when Count is bigger than 598.
Looks like crash is connected with number of tokens in expression.

ABX


Post a reply to this message

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