GltfMesh

Overview

GltfMesh is a interface in Aspose.3D FOSS for Typescript.

GltfMesh.name stores the identifier of the GLTF mesh.

Properties

NameTypeAccessDescription
name: stringReadStores the identifier of the GLTF mesh
primitives: GltfPrimitive[]ReadHolds the list of primitives that compose the GLTF mesh

See Also