POV-Ray : Newsgroups : povray.newusers : Rendering ran out of memory : Re: Rendering ran out of memory Server Time
7 Jul 2024 07:25:54 EDT (-0400)
  Re: Rendering ran out of memory  
From: Tim Attwood
Date: 24 Jan 2010 22:58:46
Message: <4b5d16f6$1@news.povray.org>
> Or, is my file just an example of poor programming?

It's tough to tell just from the pseudo-code, but
you may not have incremented the counters.

#declare c=0;
#while (c<100)
   // foo
   #declare c=c+1;
#end


Post a reply to this message

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