mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
add missing envtype keywords
This commit is contained in:
parent
33d862d42b
commit
f81493e6e0
@ -281,12 +281,21 @@ appear before they are referenced.
|
|||||||
REPLACE
|
REPLACE
|
||||||
ADD
|
ADD
|
||||||
BLEND_COLOR_SCALE
|
BLEND_COLOR_SCALE
|
||||||
|
MODULATE_GLOW
|
||||||
|
MODULATE_GLOSS
|
||||||
|
*NORMAL
|
||||||
|
*NORMAL_HEIGHT
|
||||||
|
*GLOW
|
||||||
|
*GLOSS
|
||||||
|
*HEIGHT
|
||||||
|
*SELECTOR
|
||||||
|
|
||||||
The default environment type is MODULATE, which means the texture
|
The default environment type is MODULATE, which means the texture
|
||||||
color is multiplied with the base polygon (or vertex) color. This
|
color is multiplied with the base polygon (or vertex) color. This
|
||||||
is the most common texture environment by far. Other environment
|
is the most common texture environment by far. Other environment
|
||||||
types are more esoteric and are especially useful in the presence
|
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-rgb { combine-mode }
|
||||||
<Scalar> combine-alpha { combine-mode }
|
<Scalar> combine-alpha { combine-mode }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user