Browse Source

add missing envtype keywords

David Rose 17 years ago
parent
commit
f81493e6e0
1 changed files with 10 additions and 1 deletions
  1. 10 1
      panda/src/doc/eggSyntax.txt

+ 10 - 1
panda/src/doc/eggSyntax.txt

@@ -281,12 +281,21 @@ appear before they are referenced.
       REPLACE
       ADD
       BLEND_COLOR_SCALE
+      MODULATE_GLOW
+      MODULATE_GLOSS
+     *NORMAL
+     *NORMAL_HEIGHT
+     *GLOW
+     *GLOSS
+     *HEIGHT
+     *SELECTOR
 
     The default environment type is MODULATE, which means the texture
     color is multiplied with the base polygon (or vertex) color.  This
     is the most common texture environment by far.  Other environment
     types are more esoteric and are especially useful in the presence
-    of multitexture.  See howto.use_multitexture.txt for more on these.
+    of multitexture.  In particular, the types prefixed by an asterisk
+    (*) require enabling Panda's automatic ShaderGenerator.
 
   <Scalar> combine-rgb { combine-mode }
   <Scalar> combine-alpha { combine-mode }