VertexElementUV
Összefoglaló
VertexElementUV az Aspose.3d-ben a Typescript osztály. Az alábbiakból származik: ̋Vortex Element UV`, ∂Vartex ElementFVector゚.
A VertexElementUV az UV textúra koordinátadatait tárolja egy hálóhoz, ezzel feltárva a textúrampározási módot és lehetővé téve további UV-adatok hozzáadását addData ((() segítségével.
A tulajdonságok
| 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 |
Módszerek
| Signature | Description |
|---|---|
| `constructor(textureMapping: TextureMapping | null, name: string, mappingMode: MappingMode |
| `addData(data: FVector2[] | FVector3[] |