POV-Ray : Newsgroups : povray.text.tutorials : include files with references : Re: include files with references Server Time
19 Apr 2024 07:45:56 EDT (-0400)
  Re: include files with references  
From:
Date: 8 Jul 2002 07:55:10
Message: <csuiiuoq0arhr47lsrhl1a2elcck46lppc@4ax.com>
On Mon, 08 Jul 2002 13:43:14 +0200, Christoph Hormann <chr### [at] gmxde>
wrote:
> So would
>
> "http://www.what.ever/directory/file.inc"
>
> make POV-Ray try to #include "file.inc" or "directory/file.inc"?

Perhaps it could depend where 'directory/' folder is applied: with URL or with
file name itself. I mean:

Include(
  "iso_csg.inc" ,
  "http://www-public.tu-bs.de:8080/~y0013390/pov/ic/" ,
  defined( iso_CSG_Inc_Temp )
)

or

Include(
  "pov/ic/iso_csg.inc" ,
  "http://www-public.tu-bs.de:8080/~y0013390/" ,
  defined( iso_CSG_Inc_Temp )
)

ABX


Post a reply to this message

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