Skip to content

Documentation / scene / ModelInfo

Type Alias: ModelInfo

ModelInfo = object

Defined in: libs/scene/src/asset/assetmanager.ts:157

Data structure returned by AssetManager.fetchModel().

Bundles the created scene node group and an optional animation set if present in the asset.

Properties

group

group: SceneNode

Defined in: libs/scene/src/asset/assetmanager.ts:161

The root scene node of the loaded model (may contain child hierarchy).


animationSet

animationSet: AnimationSet

Defined in: libs/scene/src/asset/assetmanager.ts:165

The animation set associated with the model or null if none.

Released under the MIT License.