Update: CC - SpoonLib - Before Render (r8z71ver1l.js) 18 bytes modified

beta.r3js.org
-=yb4f310 2018-01-15 09:28:01 +01:00
parent 869f0c5c90
commit 663df9945f
1 changed files with 2 additions and 1 deletions

View File

@ -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