VertexElementUV
Γενική Επισκόπηση
Η VertexElementUV είναι μια τάξη στο Aspose.3d για το Typescript. Παρακαλείται από: ゚Vortex Element UV`, ∂Vartex ElementFVector⌒ .
Το VertexElementUV αποθηκεύει δεδομένα συντεταγμένων υφής UV για ένα πλέγμα, εκθέτοντας τη λειτουργία χαρτογράφησης υλής και επιτρέποντας την προσθήκη πρόσθετων δεδομένων υπεριώδους ακτινοβολίας μέσω του addData.
Methods (Αποδέκτης θέσης)
| 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 |
Methods (Αποδέκτης θέσης)
| Signature | Description |
|---|---|
| `constructor(textureMapping: TextureMapping | null, name: string, mappingMode: MappingMode |
| `addData(data: FVector2[] | FVector3[] |