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
| Name | Type | Access | Description |
|---|---|---|---|
mapping | TextureMapping | Read | Provides access to the TextureMapping of this vertex element |
Methods
| Signature | Description |
|---|---|
VertexElementUV(mapping: TextureMapping, mappingMode: MappingMode, referenceMode: ReferenceMode) | Creates a new instance with the given texture mapping, mapping mode, and reference mode |
getMapping() → TextureMapping | Returns the TextureMapping associated with this vertex element |