Reference:Language Basics

From POV-Wiki
Revision as of 19:30, 23 July 2012 by Jholsenback (talk | contribs) (missing from recent import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The POV-Ray language consists of identifiers, reserved keywords, floating point expressions, strings, special symbols and comments. The text of a POV-Ray scene file is free format. You may put statements on separate lines or on the same line as you desire. You may add blank lines, spaces or indentations as long as you do not split any keywords or identifiers.

See the following for more details:

  1. Keywords
  2. Identifiers
  3. Comments
  4. Numeric Expressions
  5. Vector Expressions
  6. Color Expressions
  7. User-Defined Functions
  8. Strings
  9. Arrays
  10. Splines