POV-Ray : Newsgroups : povray.binaries.scene-files : Why can I only render this at recursion_level <= 8 ? : Re: Why can I only render this at recursion_level <= 8 ? Server Time
19 May 2024 10:49:52 EDT (-0400)
  Re: Why can I only render this at recursion_level <= 8 ?  
From: Michael Smith
Date: 23 Jan 1998 04:45:48
Message: <34C866CC.5E0E@labyrinth.net.au>
Lo van den Berg wrote:
> 
> Hi,
> 
> I have a simple pythagoras tree. As you all know this is made using
> recursion. I have one problem with it : the recursion level cannot be higher
> than 8.
> 
> Is there something that I missed?
> 
> Lo van den Berg
> lvd### [at] baannl

No time right now to check your code, but if its recursively calling
include files, there is a limitation to the depth that POVray supports
#including things. Check the docs. Presumably this is the problem, and
it is limited to 8. Thus, either find another way to make your thing, or
give the sources a bit of a hack, and compile your own version.

Michael Smith


Post a reply to this message

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