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

.. js:data:: wv.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:`~wv.TextureParameterization.UV`
   
   



.. rst-class:: kind-group kind-enumeration-members

.. rubric:: Enumeration Members
   :class: kind-group-title


.. js:data:: wv.TextureParameterization.UV

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




