POV-Ray : Newsgroups : povray.advanced-users : Macro load optimization : Re: Macro load optimization Server Time
2 Jul 2024 18:55:02 EDT (-0400)
  Re: Macro load optimization  
From: clipka
Date: 6 Sep 2009 03:17:03
Message: <4aa361ef$1@news.povray.org>
CShake schrieb:
> I understand that whenever a macro is called that is not in the main 
> scene file, the .inc must be opened for every call, thus the speed 
> improvement by copying often used macros to the scene file.
> 
> However, how is it handled when a macro calls another macro?

As long as a macro is called from whichever file it is defined in - 
whether it is the main scene file or an include file - there is no file 
opening/closing overhead involved.


Post a reply to this message

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