diff options
author | Tavian Barnes <tavianator@gmail.com> | 2010-06-17 09:16:20 -0600 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2010-06-17 09:16:20 -0600 |
commit | c8667ce6ae94929e9bc06c9af51b6589bc528946 (patch) | |
tree | b325c25f6192f51159e24ace80f2e9e5ce00b99f /dimension/common.terminals | |
parent | 91cc57a4a12997a72c2ec643f3560ad998daa87b (diff) | |
download | dimension-c8667ce6ae94929e9bc06c9af51b6589bc528946.tar.xz |
Fully implement POV-Ray transformations.
Diffstat (limited to 'dimension/common.terminals')
-rw-r--r-- | dimension/common.terminals | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dimension/common.terminals b/dimension/common.terminals index fd62320..7ccc8cb 100644 --- a/dimension/common.terminals +++ b/dimension/common.terminals @@ -240,7 +240,7 @@ %token DMNSN_T_INTERPOLATE %token DMNSN_T_INTERSECTION "intersection" %token DMNSN_T_INTERVALS -%token DMNSN_T_INVERSE +%token DMNSN_T_INVERSE "inverse" %token DMNSN_T_IOR "ior" %token DMNSN_T_IRID %token DMNSN_T_IRID_WAVELENGTH @@ -270,7 +270,7 @@ %token DMNSN_T_MARBLE %token DMNSN_T_MATERIAL %token DMNSN_T_MATERIAL_MAP -%token DMNSN_T_MATRIX +%token DMNSN_T_MATRIX "matrix" %token DMNSN_T_MAX "max" %token DMNSN_T_MAX_EXTENT %token DMNSN_T_MAX_GRADIENT @@ -445,7 +445,7 @@ %token DMNSN_T_TOROIDAL %token DMNSN_T_TORUS %token DMNSN_T_TRACE -%token DMNSN_T_TRANSFORM +%token DMNSN_T_TRANSFORM "transform" %token DMNSN_T_TRANSLATE "translate" %token DMNSN_T_TRANSMIT "transmit" %token DMNSN_T_TRIANGLE |