POV-Ray : Newsgroups : povray.general : stack overflow exception : Re: stack overflow exception Server Time
4 Aug 2024 10:22:37 EDT (-0400)
  Re: stack overflow exception  
From: Slime
Date: 26 May 2003 03:33:59
Message: <3ed1c367@news.povray.org>
> I'm trying to render fractals via an iterative method and it gets about 3%
> in and complains of a stack overflow exception. What exactly is causing
> this?

You're using recursion that's going too "deep." If you're using functions
especially, you need to limit the recursion level. I'm not sure what the
limit is, but it's in the documentation somewhere.

 - Slime
[ http://www.slimeland.com/ ]


Post a reply to this message

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