diff options
author | Tavian Barnes <tavianator@gmail.com> | 2010-11-23 13:14:16 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2010-11-23 13:14:16 -0500 |
commit | d6cfecdc224e95f1379f918d642074eada40627f (patch) | |
tree | a51324383ad8f1cf5d968ba41690d1f7ac7cbad5 /dimension/common.terminals | |
parent | b49cf79b57af160ba190fea76d7143cce3428985 (diff) | |
download | dimension-d6cfecdc224e95f1379f918d642074eada40627f.tar.xz |
Implement pigment maps.
Diffstat (limited to 'dimension/common.terminals')
-rw-r--r-- | dimension/common.terminals | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dimension/common.terminals b/dimension/common.terminals index 4e8e6d1..d7ab854 100644 --- a/dimension/common.terminals +++ b/dimension/common.terminals @@ -332,7 +332,7 @@ %token DMNSN_T_PHOTONS %token DMNSN_T_PI "pi" %token DMNSN_T_PIGMENT "pigment" -%token DMNSN_T_PIGMENT_MAP +%token DMNSN_T_PIGMENT_MAP "pigment_map" %token DMNSN_T_PIGMENT_PATTERN %token DMNSN_T_PLANAR %token DMNSN_T_PLANE "plane" |