GltfNode
Overview
GltfNode is a interface in Aspose.3D FOSS for TypeScript.
GltfNode.name is the identifier string of the node.
Properties: children, mesh, name, rotation, scale, translation.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
name | : string | Read | Gets the name. |
mesh | : number | Read | Gets the mesh. |
children | : number[] | Read | Gets the children. |
translation | : number[] | Read | Gets the translation. |
rotation | : number[] | Read | Gets the rotation. |
scale | : number[] | Read | Gets the scale. |