
#######################
TextureParameterization
#######################

.. js:data:: TextureParameterization

   Indicates how texture coordinates are specified or generated. This controls where a given pixel of a texture appears on the object to which it is applied.
   
   
   Index
   =====
   
   .. rubric:: Enumeration Members
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:data:`~TextureParameterization.UV`
   
   




Enumeration Members
===================

.. js:data:: TextureParameterization.UV

   .. rst-class:: sig-pretty-signature
   
      | UV: *0*
   
   The texture will be mapped according to UV coordinates specified in the mesh data.
   





