Update: CC - SpoonLib - Before Render (a4hb4ubk5z.js) 12 bytes modified

beta.r3js.org
-=yb4f310 2018-01-15 22:15:00 +01:00
parent 08cff664ce
commit 3bf596f090
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ if (!this.initialized) {
this.initialized = true;
}
this.time += 0.01;
this.time += 0.1 * data.delta;
this.camera.position.x = Math.sin(this.time) * 40;// * (window.innerWidth - (window.innerWidth / 2));
this.camera.position.y = Math.sin(this.time / 2) * 40;//Math.cos(this.time) * (window.innerHeight - (window.innerHeight / 2));