
###################
A3DETextureFunction
###################

.. c:enum:: A3DETextureFunction

   Defines how to paint a texture on the surface being rendered. 
   
   
      2.0 
   
   
   
   Index
   =====
   
   .. rubric:: Enumerators
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:enumerator:`~kA3DTextureFunctionUnknown`
   * :c:enumerator:`~kA3DTextureFunctionModulate`
   * :c:enumerator:`~kA3DTextureFunctionReplace`
   * :c:enumerator:`~kA3DTextureFunctionBlend`
   * :c:enumerator:`~kA3DTextureFunctionDecal`
   
   



.. rst-class:: kind-group kind-enumerator

.. rubric:: Enumerators
   :class: kind-group-title


.. c:enumerator:: kA3DTextureFunctionUnknown

      .. rst-class:: sig-pretty-signature
      
         | **kA3DTextureFunctionUnknown**
      
      Let the application choose. 
      



.. c:enumerator:: kA3DTextureFunctionModulate

      .. rst-class:: sig-pretty-signature
      
         | **kA3DTextureFunctionModulate**
      
      Default value. 
      
      Combines lighting with texturing. 
      



.. c:enumerator:: kA3DTextureFunctionReplace

      .. rst-class:: sig-pretty-signature
      
         | **kA3DTextureFunctionReplace**
      
      Replace object color by texture color data. 
      



.. c:enumerator:: kA3DTextureFunctionBlend

      .. rst-class:: sig-pretty-signature
      
         | **kA3DTextureFunctionBlend**
      
      Unused. 
      
      Reserved for future use. 
      



.. c:enumerator:: kA3DTextureFunctionDecal

      .. rst-class:: sig-pretty-signature
      
         | **kA3DTextureFunctionDecal**
      
      Unused. 
      
      Reserved for future use. 
      




