diff --git a/gzewp2awcf.js b/gzewp2awcf.js index a2f33f2..e7c0a5a 100644 --- a/gzewp2awcf.js +++ b/gzewp2awcf.js @@ -3,6 +3,11 @@ if (!this.entityLoaded) { } if (!this.initialized) { + + this.camera = this.entityLoaded.camera; + this.buttons = this.entityLoaded.buttons; + this.raycaster = this.entityLoaded.raycaster; + this.initialized = true; }