POV-Ray : Newsgroups : povray.general : Trouble parsing recursive macro : Re: Trouble parsing recursive macro Server Time
31 Jul 2024 08:21:42 EDT (-0400)
  Re: Trouble parsing recursive macro  
From: John VanSickle
Date: 30 Jul 2007 13:35:36
Message: <46ae2168@news.povray.org>
barton wrote:
> I'm creating a fairly simple recursive macro which creates a 10x10x10 cube,
> and based on the level of recursion, breaks down each sub cube into
> 10x10x10 cubes, which may be in turn broken down into 10x10x10 cubes...

You'll be lucky to get more than two levels of recursion before you have 
so many scene objects that your memory manager will scream bloody murder,

UNLESS

You are culling a large proportion of the obects from the scene.

Regards,
John


Post a reply to this message

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