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

NameTypeAccessDescription
name: stringReadGets the name.
mesh: numberReadGets the mesh.
children: number[]ReadGets the children.
translation: number[]ReadGets the translation.
rotation: number[]ReadGets the rotation.
scale: number[]ReadGets the scale.

See Also