Overview
GltfMesh is a interface in Aspose.3D FOSS for TypeScript.
GltfMesh.name stores the identifier of the GLTF mesh.
Properties: name, primitives.
Properties
| Name | Type | Access | Description |
|---|
name | : string | Read | Gets the name. |
primitives | : GltfPrimitive[] | Read | Gets the primitives. |
See Also