Uses of Class
com.aspose.threed.MappingMode
-
-
Uses of MappingMode in com.aspose.threed
Methods in com.aspose.threed that return MappingMode Modifier and Type Method Description MappingMode
VertexElement. getMappingMode()
Gets how the element is mapped.static MappingMode
MappingMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MappingMode[]
MappingMode. 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 MappingMode Modifier and Type Method Description VertexElement
Geometry. createElement(VertexElementType type, MappingMode mappingMode, ReferenceMode referenceMode)
Creates a vertex element with specified type and add it to the geometry.VertexElementUV
Geometry. createElementUV(TextureMapping uvMapping, MappingMode mappingMode, ReferenceMode referenceMode)
Creates aVertexElementUV
with given texture mapping type.void
VertexElement. setMappingMode(MappingMode value)
Sets how the element is mapped.
-