Documentation / scene / ModelInfo
Type Alias: ModelInfo
ModelInfo =
object
Defined in: libs/scene/src/asset/assetmanager.ts:163
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:167
The root scene node of the loaded model (may contain child hierarchy).
animationSet
animationSet:
AnimationSet
Defined in: libs/scene/src/asset/assetmanager.ts:171
The animation set associated with the model or null if none.