Update: CC - SpoonLib - Before Render (uou2i9be9r.js) 4 bytes modified

beta.r3js.org
-=yb4f310 2018-01-17 12:32:32 +01:00
parent e53f37085d
commit f4e7be8957
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ this.camera.updateInstance('lookAt');
if (this.camera2dAnimation) {
this.camera2d.fov -= 0.2;//Math.cos(this.time * 5);
this.camera2d.fov -= Math.abs(Math.cos(this.time * 5));
//console.log(this.camera2d.fov);
this.camera2d.updateInstance('fov');
if (this.camera2d.fov < 75) {