Update: CC - Demo New - Before Render (wlw063ovw9.js) 7 bytes modified

beta.r3js.org
-=yb4f310 2018-02-21 09:56:49 +01:00
parent 11a726c7df
commit 01d494a00f
1 changed files with 2 additions and 3 deletions

View File

@ -15,7 +15,7 @@ if (!this.initialized) {
this.mouseMove = this.entityLoaded.mouseMove;
this.lookAtTarget = this.entityLoaded.lookAtTarget;
this.lookAtTarget = this.mouseMove.lookAtTarget;
this.meshImageGrid = this.entityLoaded.meshImageGrid;
@ -28,7 +28,7 @@ if (!this.initialized) {
this.time += 0.1 * data.delta;
this.lookAtTarget = this.entityLoaded.lookAtTarget;
this.lookAtTarget = this.mouseMove.lookAtTarget;
if (this.lookAtTarget) {
@ -40,7 +40,6 @@ if (this.lookAtTarget) {
}
if (this.startAnimation) {
this.time = 0;
this.animate = true;