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');