.. _group__a3d__textureapplyingmode:

#####################
Texture Applying Mode
#####################

Defines special modes for applying textures.


   2.0


The values here define special modes for applying a texture.


Index
=====

.. rubric:: Preprocessor Definitions


.. rst-class:: api-xref-list


* :c:macro:`~kA3DTextureApplyingModeNone`
* :c:macro:`~kA3DTextureApplyingModeLighting`
* :c:macro:`~kA3DTextureApplyingModeAlphaTest`
* :c:macro:`~kA3DTextureApplyingModeVertexColor`


.. rst-class:: kind-group kind-preprocessor-definition

.. rubric:: Preprocessor Definitions
   :class: kind-group-title


.. c:macro:: kA3DTextureApplyingModeNone

      All states are disabled.
      



.. c:macro:: kA3DTextureApplyingModeLighting

      Lighting Enabled.
      



.. c:macro:: kA3DTextureApplyingModeAlphaTest

      Alpha Test Enabled.
      



.. c:macro:: kA3DTextureApplyingModeVertexColor

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




