From 991e10c4cd86cf7fb213c5fb2b49d1cc8a040bb0 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Mon, 15 Jan 2018 11:21:08 +0100 Subject: [PATCH] Update: CC - SpoonLib - Before Render (r8z71ver1l.js) 4 bytes modified --- r8z71ver1l.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r8z71ver1l.js b/r8z71ver1l.js index fe6d619..b1ded8d 100644 --- a/r8z71ver1l.js +++ b/r8z71ver1l.js @@ -13,7 +13,7 @@ if (!this.initialized) { this.time += 0.01; this.camera.position.x = 32 + Math.sin(this.time) * 20;// * (window.innerWidth - (window.innerWidth / 2)); -this.camera.position.y = 32 + Math.sin(this.time) * 20;//Math.cos(this.time) * (window.innerHeight - (window.innerHeight / 2)); +this.camera.position.y = 32 + Math.sin(this.time / 2) * 20;//Math.cos(this.time) * (window.innerHeight - (window.innerHeight / 2)); this.camera.position.z = 100 + Math.sin(this.time) * 15;//Math.sin(this.camera.position.y) * Math.cos(this.camera.position.x); this.camera.updateInstance('position');