GltfScene

Overview

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

GltfScene.nodes represents an array of node indices in the glTF scene.

Properties: nodes.

Description

GltfScene 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: : number[]. These operations enable developers to integrate gltfscene functionality directly into TypeScript applications.

The class also provides the nodes property (gets the nodes).

Properties

NameTypeAccessDescription
nodes: number[]ReadGets the nodes.

See Also