3.7.20 Other files |
POV-Ray 3.6 for UNIX documentation 3.8 Quick Reference |
3.8.1 Quick Reference Contents |
This is a consolidation of the entire syntax for the POV-Ray's Scene Description Language. Note that the syntax conventions used here are slightly different than those used in the user documentation.
The following syntax conventions are used:
ITEM
[ITEM]
ITEM...
[ITEM...]
ITEM ITEM
ITEM | ITEM
ITEM & ITEM
Juxtaposition has precedence over the pipe or ampersand. In the following example, you would select one of the keyword and vector pairs. For that last pair, the keyword itself is optional.
rgb
3D_VECTOR | rgbf
4D_VECTOR
| rgbt
4D_VECTOR | [rgbft
] 5D_VECTOR
Some item names are simply descriptive in nature. An indication of the item's type is given by a prefix on the item name, as follows:
F_
I_
V_
V4_
NOTE: this document provides only the syntax of the Scene Description Language (SDL). The intent is to provide a single reference for all statements and keywords. It does not provide definitions for the numerous keywords nor explain their usage.
Section Contents
3.7.20 Other files | 3.8 Quick Reference | 3.8.1 Quick Reference Contents |