home *** CD-ROM | disk | FTP | other *** search
- The language allows include files to be specified by placing the line:
- #include "filename.inc" at any point in the input file. The filename must
- be enclosed in double quotes and may be up to 40 characters long (or your
- computer's limit), including the two double-quote (") characters.
-
- The include file is read in as if it were inserted at that point in the
- file. Using include is the same as actually cutting and pasting the entire
- contents of this file into your scene.
-
- Include files may be nested. You may have at most 10 nested include
- files. There is no limit on un-nested include files.
-
- Generally, include files have data for scenes, but are not scenes in
- themselves. By convention scene files end in .pov and include files end
- with .inc.
-