VertexElementUV

VertexElementUV

Overview

VertexElementUV is a class in Aspose.3D FOSS for Java. Inherits from: VertexElement.

VertexElementUV.VertexElementUV creates a new instance with the given texture mapping, mapping mode, and reference mode.

Properties

NameTypeAccessDescription
mappingTextureMappingReadProvides access to the TextureMapping of this vertex element

Methods

SignatureDescription
VertexElementUV(mapping: TextureMapping, mappingMode: MappingMode, referenceMode: ReferenceMode)Creates a new instance with the given texture mapping, mapping mode, and reference mode
getMapping()TextureMappingReturns the TextureMapping associated with this vertex element

See Also