diff --git a/r8z71ver1l.js b/r8z71ver1l.js index ff65342..fe6d619 100644 --- a/r8z71ver1l.js +++ b/r8z71ver1l.js @@ -5,6 +5,7 @@ if (!this.entityLoaded) { if (!this.initialized) { this.camera = this.entityLoaded.camera; + this.time = 0; this.initialized = true; } @@ -21,6 +22,6 @@ this.camera.lookAt.y = 32; this.camera.lookAt.z = 0; this.camera.updateInstance('lookAt'); -console.log('camera x:' + this.camera.position.x + ',y: ' + this.camera.position.y + ',z: ' + this.camera.position.z); +//console.log('camera x:' + this.camera.position.x + ',y: ' + this.camera.position.y + ',z: ' + this.camera.position.z); //@ sourceURL=mouseMove.js \ No newline at end of file