POV-Ray : Newsgroups : povray.beta-test : [scenes] woodmaps.inc : Re: [scenes] woodmaps.inc Server Time
30 Jul 2024 00:25:10 EDT (-0400)
  Re: [scenes] woodmaps.inc  
From: Felix Wiemann
Date: 28 Jan 2002 13:10:33
Message: <3c559419@news.povray.org>
> It actually would increase parse time.  Besides, POV-Ray include files
> always used to depend on a common subset of include files.

But there's this section in colors.inc:

#ifdef(Colors_Inc_Temp)
// do nothing
#else
#declare Colors_Inc_Temp = version;

Does it take so much time to open the include and to skip reading if
Colors_Inc_Temp already exists? I think this isn't used in loops, so it's
not very important.


Post a reply to this message

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