
######################
A3DETextureMappingType
######################

.. c:enum:: A3DETextureMappingType

   Defines how to get mapping coordinates. 
   
   
      2.0
   
   
   
   The :c:enumerator:`~kA3DTextureMappingTypeStored` enumeration is used with mapping coordinates stored on :c:type:`~A3DTess3D` object. Other values are reserved for future use. 
   
   
   Index
   =====
   
   .. rubric:: Enumerators
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:enumerator:`~kA3DTextureMappingTypeUnknown`
   * :c:enumerator:`~kA3DTextureMappingTypeStored`
   * :c:enumerator:`~kA3DTextureMappingTypeParametric`
   * :c:enumerator:`~kA3DTextureMappingTypeOperator`
   
   



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

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


.. c:enumerator:: kA3DTextureMappingTypeUnknown

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



.. c:enumerator:: kA3DTextureMappingTypeStored

      .. rst-class:: sig-pretty-signature
      
         | **kA3DTextureMappingTypeStored**
      
      Mapping coordinates are stored. 
      



.. c:enumerator:: kA3DTextureMappingTypeParametric

      .. rst-class:: sig-pretty-signature
      
         | **kA3DTextureMappingTypeParametric**
      
      Get the UV coordinate on the surface as mapping coordinates (reserved for future use). 
      



.. c:enumerator:: kA3DTextureMappingTypeOperator

      .. rst-class:: sig-pretty-signature
      
         | **kA3DTextureMappingTypeOperator**
      
      Use the defined :ref:`Texture Mapping Operator <group__a3d__texturemappingoperator>` to calculate mapping coordinates (reserved for future use). 
      




