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.
Description
GltfNode 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; : number; : number[]. These operations enable developers to integrate gltfnode functionality directly into TypeScript applications.
The class also provides the name property (gets the name), the mesh property (gets the mesh), the children property (gets the children).
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. |