ThreeSceneController constructor
ThreeSceneController({
- ThreeSceneAttachCallback? onAttach,
- ThreeSceneFrameCallback? onFrame,
- ThreeSceneDisposeCallback? onDispose,
- bool autoStart = true,
Creates a Three.js scene controller.
Implementation
ThreeSceneController({
this.onAttach,
this.onFrame,
this.onDispose,
this.autoStart = true,
});