Previous:POV-Ray Coordinate System Main Index Next:Translate
The supported transformations are rotate, scale, and translate. They are used to turn, size and move an object or texture. A transformation matrix may also be used to specify complex transformations directly. Groups of transformations may be merged together and stored in a transformation identifier.  The syntax for transformations is as follows.
- rotate
- scale
- translate
- transform
- matrix <
, Val01, Val02,
, Val11, Val12,
, Val21, Val22,
, Val31, Val32>
- #declare
= transform{ TRANSFORMATION... }	|
- #local
= transform{ TRANSFORMATION... }
Previous:POV-Ray Coordinate System Main Index Next:Translate