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

beta.r3js.org
-=yb4f310 2018-01-16 10:45:35 +01:00
parent 7cb0c68baf
commit f3b7283088
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ this.camera.lookAt.z = 0;
this.camera.updateInstance('lookAt');
if (this.camera2dAnimation) {
this.camera2d.fov -= 0.1;
this.camera2d.fov -= 0.2;//Math.sin(time);
this.camera2d.updateInstance('fov');
if (this.camera2d.fov < 75) {
this.camera2d.fov = 75;