GLTFData constructor
GLTFData({
- required Object3D scene,
- required List scenes,
- List? animations,
- List? cameras,
- Map? userData,
- dynamic asset,
- required GLTFParser parser,
Implementation
GLTFData({
required this.scene,
required this.scenes,
this.animations,
this.cameras,
this.userData,
this.asset,
required this.parser
});