GltfMesh
Overview
GltfMesh is a interface in Aspose.3D FOSS for Typescript.
GltfMesh.name stores the identifier of the GLTF mesh.
Properties: name, primitives.
Description
GltfMesh is an interface in Aspose.3D FOSS for TypeScript that defines a contract with 0 methods. Classes that implement this interface must provide concrete implementations for all declared operations.
Core capabilities include: : string; : gltfprimitive[]. These operations enable developers to integrate gltfmesh functionality directly into TypeScript applications.
The class also provides the name property (gets the name), the primitives property (gets the primitives).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
name | : string | Read | Gets the name. |
primitives | : GltfPrimitive[] | Read | Gets the primitives. |