Uses of Class
com.aspose.threed.TextureMapping
-
-
Uses of TextureMapping in com.aspose.threed
Methods in com.aspose.threed that return TextureMapping Modifier and Type Method Description static TextureMapping
TextureMapping. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TextureMapping[]
TextureMapping. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.aspose.threed with parameters of type TextureMapping Modifier and Type Method Description VertexElementUV
Geometry. createElementUV(TextureMapping uvMapping)
Creates aVertexElementUV
with given texture mapping type.VertexElementUV
Geometry. createElementUV(TextureMapping uvMapping, MappingMode mappingMode, ReferenceMode referenceMode)
Creates aVertexElementUV
with given texture mapping type.VertexElementUV
Geometry. getVertexElementOfUV(TextureMapping textureMapping)
Gets aVertexElementUV
instance with given texture mapping typeConstructors in com.aspose.threed with parameters of type TextureMapping Constructor Description VertexElementUV(TextureMapping textureMapping)
Initializes a new instance of theVertexElementUV
class.
-