SoVRMLMovieTextureModels Enumeration |
Model.
Namespace: OIV.Inventor.VRMLnodes
Member name | Value | Description | |
---|---|---|---|
MODULATE | 8448 | The texture color is multiplied by the surface color. | |
DECAL | 8449 | In this mode, OpenGL requires that the specified texture image have either 3 or 4 components. For a 3-component texture, the texture color replaces the surface color. For a 4-component texture, the texture color is blended with the surface color. See OpenGL documentation on glTexEnv for details. | |
BLEND | 3042 | Blends between the surface color and a specified blend color. | |
REPLACE | 7681 | The texture color replaces the surface color. |