POV-Ray : Newsgroups : povray.beta-test : selective component loading..... : Re: selective component loading..... Server Time
28 Jul 2024 18:14:36 EDT (-0400)
  Re: selective component loading.....  
From: Nicolas Alvarez
Date: 24 Oct 2007 17:07:58
Message: <471fb42e@news.povray.org>

> BUT....    step 1.  Is there a partial load possible for ".inc" files?
> a file access keyword to let me search for specific textures/materials from
> within the parser, rather than loading the entire ".inc" file.

No. But you can do:
#if (something)
#include "file.inc"
#end

Conditional including is possible. Partial including is not.


Post a reply to this message

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