POV-Ray : Newsgroups : povray.general : Suggestion for object collection : Re: Suggestion for object collection Server Time
31 Jul 2024 02:27:13 EDT (-0400)
  Re: Suggestion for object collection  
From: Chris B
Date: 10 Jan 2008 09:28:05
Message: <47862b75$1@news.povray.org>
pps You should comment out the "Axes_macro.inc" include statement in 
'spheregrid_demo.pov' so that anyone downloading just the SphereGridMacro 
contribution doesn't get errors saying that the include file is missing. 
Another option would be to use the file_exists() function to test whether 
the person running 'spheregrid_demo.pov' has also downloaded that include 
file:
  #if (file_exists("Axes_macro.inc"))
     #include "Axes_macro.inc"
      ....
  #end

Regards,
Chris B


Post a reply to this message

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