Texture Function

Detailed Description

group a3d_texturefunction

Type Documentation

enum A3DETextureFunction

Defines how to paint a texture on the surface being rendered.

Version
2.0

Values:

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.