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.
This class provides 2 methods for working with VertexElementUV objects in Java programs.
Available methods include: VertexElementUV, getMapping.
All exported members are accessible to any Java application after installing the Aspose.3D FOSS for Java package.
Properties: mapping.
Description
VertexElementUV is a class in the Aspose.3D FOSS library for Java that exposes 9 methods and 6 properties for programmatic use. It extends VertexElement, inheriting shared functionality from its parent type.
Core capabilities include: texturemapping. These operations enable developers to integrate vertexelementuv functionality directly into Java applications.
The class also provides the mapping property (gets the mapping).
Instances are created through a single constructor that initializes the object with default values.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
mapping | TextureMapping | Read | Gets the mapping. |
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 mapping. |