VertexElementUV
Přehled
VertexElementUV is a class in Aspose.3d for Java.
Inherits from: VertexElement.
VertexElementUV je třída v Aspose.3d pro Java. Zdědila od: ⌒VertexElement` .
VertexElementUV.VertexElementUV vytváří UV prvek s specifikovaným mapováním textury, mapovacím režimem a referenčním režimom.
Vlastnosti
| Name | Type | Access | Description |
|---|---|---|---|
mapping | TextureMapping | Read | Provides direct access to the element’s TextureMapping |
Metody
| Signature | Description |
|---|---|
VertexElementUV(mapping: TextureMapping, mappingMode: MappingMode, referenceMode: ReferenceMode) | Creates a UV element with specified texture mapping, mapping mode, and reference mode |
getMapping() → TextureMapping | Returns the TextureMapping associated with this UV element |