GltfPrimitive
Overview
GltfPrimitive is a interface in Aspose.3D FOSS for TypeScript.
GltfPrimitive.attributes maps attribute names to accessor indices for the primitive.
Properties: attributes, indices, material, mode.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
attributes | : { [key: string]: number } | Read | Gets the attributes. |
indices | : number | Read | Gets the indices. |
material | : number | Read | Gets the material. |
mode | : number | Read | Gets the mode. |