From c8667ce6ae94929e9bc06c9af51b6589bc528946 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 17 Jun 2010 09:16:20 -0600 Subject: Fully implement POV-Ray transformations. --- dimension/common.terminals | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dimension/common.terminals') 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 -- cgit v1.2.3