VertexElementUV
Pengamatan umum
VertexElementUV adalah kelas di Aspose.3d untuk Typescript. Waris dari: ̋Vortex Element UV`, ∂Vartex ElementFVector゚ .
VertexElementUV menyimpan data koordinat tekstur UV untuk mesh, mengekspos mode pemetaan tekstura dan memungkinkan tambahan data UV ditambahkan melalui addData.
Sifat-sifatnya
| 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-metode yang digunakan
| Signature | Description |
|---|---|
| `constructor(textureMapping: TextureMapping | null, name: string, mappingMode: MappingMode |
| `addData(data: FVector2[] | FVector3[] |