From f81493e6e061930f9e7bb9d42fa71494bf3947dc Mon Sep 17 00:00:00 2001 From: David Rose Date: Thu, 8 Jan 2009 21:47:12 +0000 Subject: [PATCH] add missing envtype keywords --- panda/src/doc/eggSyntax.txt | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/panda/src/doc/eggSyntax.txt b/panda/src/doc/eggSyntax.txt index f61eb2e2f6..1f5c0a17e2 100644 --- a/panda/src/doc/eggSyntax.txt +++ b/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. combine-rgb { combine-mode } combine-alpha { combine-mode }