Notes on Rayshade - 8 - Tips and Tricks

This section contains a number of "tips and tricks" relating to creating Rayshade scenes and/or using Rayshade. It needs to be expanded!


Using the C language Preprocessor

Before Rayshade parses a file, it passes the file to a program called "cpp" (the C language preprocessor, which is invoked as the first pass of C compilations on most unix computers).

Cpp processes a number of directives including:

There are also a number of parameters that can be included when the program is called, including:

For details on "cpp" refer to the documentation available at
your site.  Various versions of the program may have particular
syntax requirements...


Go to next section: Define.

Return to Contents.

THE END - Notes on Rayshade - 8 - Tips and Tricks