VertexElementUV
Opinie generală
VertexElementUV este o clasă în Aspose.3d pentru Typescript. Moștenit de la: ̋Vortex Element UV`, ∂Vartex ElementFVector∂.
VertexElementUV stochează datele de coordonate ale texturii UV pentru o plasă, expunând modul de cartografiere a texturilor și permițând adăugarea unor date suplimentare cu privire la ultraviolete prin addData.
Proprietăți
| 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 |
Metode de evaluare
| Signature | Description |
|---|---|
| `constructor(textureMapping: TextureMapping | null, name: string, mappingMode: MappingMode |
| `addData(data: FVector2[] | FVector3[] |