GltfNode

Overview

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

GltfNode.name is the identifier string of the node.

Properties

NameTypeAccessDescription
name: stringReadIs the identifier string of the node
mesh: numberReadHolds the numeric index of the mesh attached to this node
children: number[]ReadIs an array of numeric indices of this node’s child nodes
translation: number[]ReadStores a three‑component array defining the node’s position offset
rotation: number[]ReadContains a four‑component quaternion array representing node orientation
scale: number[]ReadIs a three‑component array specifying scaling factors for the node

See Also