VertexElementUV
Prehľad
VertexElementUV je trieda v Aspose.3d pre Typescript. Zdedená od: ̋Vortex Element UV`, ∂Vartex ElementFVector̅.
VertexElementUV ukladá údaje o koordinátoch UV textúry pre sieť, čím odhaľuje režim mapovania textury a umožňuje pridať ďalšie dáta UV prostredníctvom 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 |
Metódy
| Signature | Description |
|---|---|
| `constructor(textureMapping: TextureMapping | null, name: string, mappingMode: MappingMode |
| `addData(data: FVector2[] | FVector3[] |