From 456e590b6e2535a83a4ec3ca3bb1011ed6ff314f Mon Sep 17 00:00:00 2001 From: Thomas FORGIONE Date: Wed, 22 Apr 2015 11:13:59 +0200 Subject: [PATCH] FixedCamera --- js/FixedCamera.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/FixedCamera.js b/js/FixedCamera.js index 0ccf87e..b9077a2 100644 --- a/js/FixedCamera.js +++ b/js/FixedCamera.js @@ -166,7 +166,7 @@ FixedCamera.prototype.regenerateArrow = function(mainCamera) { up.multiplyScalar(-1); up.normalize(); - var coeff = 0.1*i; + var coeff = 0.1; var left = Tools.cross(up, deriv); left.normalize(); left.multiplyScalar(coeff); var other = Tools.cross(deriv, left); other.normalize(); other.multiplyScalar(coeff);