POV-Ray : Newsgroups : povray.binaries.scene-files : the (old) fern : Re: the (old) fern, new fern2.pov with file saving enabled Server Time
2 Sep 2024 08:14:58 EDT (-0400)
  Re: the (old) fern, new fern2.pov with file saving enabled  
From:
Date: 20 Feb 2002 10:25:41
Message: <3c73bff5$1@news.povray.org>
To define the output path look for the statement "Fern_Hanging"

#ifdef (Fern_Hanging)
        #local lOutFileName = "fern_hanging.inc"
        #local lTextureFileName = concat(lOutFileName,"_textures")



Set the output file name and path in "lOutFileName" and run the stuff.


To load the include files created then look for the statement

/*
        #include lTextureFileName
        #include lOutFileName
*/

in the LAST #if - block of the file and make these two lines active (remove
comments). Then comment ALL FOLLOWING code up to but excluding the #end
statement at the end of the file.

regards
SY


Post a reply to this message


Attachments:
Download 'fern2.zip' (3 KB)

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