A3DETextureFunction
-
enum
A3DETextureFunction Defines how to paint a texture on the surface being rendered.
2.0
-
enumerator
kA3DTextureFunctionUnknown Let the application choose.
-
enumerator
kA3DTextureFunctionModulate Default value.
Combines lighting with texturing.
-
enumerator
kA3DTextureFunctionReplace Replace object color by texture color data.
-
enumerator
kA3DTextureFunctionBlend Unused.
Reserved for future use.
-
enumerator
kA3DTextureFunctionDecal Unused.
Reserved for future use.