GltfNode
Overview
GltfNode is a interface in Aspose.3D FOSS for Typescript.
GltfNode.name is the identifier string of the node.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
name | : string | Read | Is the identifier string of the node |
mesh | : number | Read | Holds the numeric index of the mesh attached to this node |
children | : number[] | Read | Is an array of numeric indices of this node’s child nodes |
translation | : number[] | Read | Stores a three‑component array defining the node’s position offset |
rotation | : number[] | Read | Contains a four‑component quaternion array representing node orientation |
scale | : number[] | Read | Is a three‑component array specifying scaling factors for the node |