VertexElementUV
General
VertexElementUV is a class in Aspose.3d for Typescript.
Inherits from: VertexElementUV, VertexElementFVector.
VertexElementUV és una classe de l’Aspose.3d per a Typescript. És heretat de: ̋Vortex Element UV`, ∂Vartex ElementFVector゚ .
VertexElementUV emmagatzemà dades de coordenades de textura UV per a una malla, exposant el mode de mapeig de texura i permetent afegir dades d’ultraviolets addicionals mitjançant addData.
Propietats
| 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ètodes
| Signature | Description |
|---|---|
| `constructor(textureMapping: TextureMapping | null, name: string, mappingMode: MappingMode |
| `addData(data: FVector2[] | FVector3[] |