> 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
|