Texture Applying Mode

Macro Definitions

kA3DTextureApplyingModeNone

kA3DTextureApplyingModeLighting

kA3DTextureApplyingModeAlphaTest

kA3DTextureApplyingModeVertexColor

Detailed Description

group a3d_textureapplyingmode

Defines special modes for applying textures.

The values here define special modes for applying a texture.

Version

2.0

Macro Definition

kA3DTextureApplyingModeNone

All states are disabled.

kA3DTextureApplyingModeLighting

Lighting Enabled.

kA3DTextureApplyingModeAlphaTest

Alpha Test Enabled.

kA3DTextureApplyingModeVertexColor

Use Vertex Color (combine a texture with one-color-per-vertex mode).