VertexElementUV
Přehled
VertexElementUV is a class in Aspose.3d for Typescript.
Inherits from: VertexElementUV, VertexElementFVector.
VertexElementUV je třída v Aspose.3d pro Typescript. Odvozuje se od: ̋Vortex Element UV`, ∂Vartex ElementFVector̅.
VertexElementUV ukládá údaje o koordinátách UV textury pro síť, čímž odhalí režim mapování textury a umožňuje přidání dalších údajů o UV prostřednictvím addData.
Vlastnosti
| Name | Type | Access | Description |
|---|---|---|---|
textureMapping | TextureMapping | Read | Holds the TextureMapping associated with this UV element |
data | FVector4[] | Read | Provides the stored UV coordinates as an array of FVector4 values |
uvData | FVector2[] | Read |
Metody
| Signature | Description |
|---|---|
| `constructor(textureMapping: TextureMapping | null, name: string, mappingMode: MappingMode |
| `addData(data: FVector2[] | FVector3[] |