POV-Ray : Newsgroups : povray.general : View_POV_Include_Stack : Re: View_POV_Include_Stack Server Time
24 Apr 2024 06:47:58 EDT (-0400)
  Re: View_POV_Include_Stack  
From: clipka
Date: 5 Dec 2018 13:59:48
Message: <5c082024$1@news.povray.org>
Am 05.12.2018 um 16:43 schrieb ingo:
> Is there any documentation on "View_POV_Include_Stack"?
> #ifdef(View_POV_Include_Stack) ... #end
>   
> I tried to use it to not render test scenes in an include file when the
> file is included instead of stand alone. Didn't succeed so far, only
> acheived the opposite result.

Technically, this is just a variable like any other; no further 
documentation is available, but it is quite certainly intended as an aid 
in debugging the standard include files: Explicitly specifying `#declare 
View_POV_Include_Stack = true;` in the main scene file before including 
any of the standard include files will cause those include files to 
print a debug message, to identify which standard include files are 
actually pulled in, and in which order.


Post a reply to this message

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