We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9efdb36 commit 01ed424Copy full SHA for 01ed424
projects/wml-three/src/lib/models.ts
@@ -58,7 +58,7 @@ export class WMLThreeProps<R = Renderer> {
58
if(initControls !== false) this.initControls()
59
if(initLights !== false) this.initLights()
60
if(initRayCasters !== false) this.initRayCasters()
61
- if(initObjects !== false) await this.initObjects().then(console.log)
+ if(initObjects !== false) await this.initObjects()
62
if(initInspectors !== false) this.initInspectors()
63
if(animate !== false) this.getCurrentRenderer().setAnimationLoop(this.animate);
64
if(listenForWindowResize !== false) this.listenForWindowResize()
0 commit comments