From a1027bceebb36afc4fa9d082277478abd8101eda Mon Sep 17 00:00:00 2001 From: Justin Berger Date: Fri, 20 Apr 2018 22:31:18 -0600 Subject: Enabled and then cleaned up warnings --- tools/viz/survive_viewer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/viz') diff --git a/tools/viz/survive_viewer.js b/tools/viz/survive_viewer.js index 26f77a6..56ef47f 100644 --- a/tools/viz/survive_viewer.js +++ b/tools/viz/survive_viewer.js @@ -143,7 +143,7 @@ function redrawCanvas(when) { ang[0][1] < when[key] - visible_tolerance) continue; - var half_fov = 1.0472 * 2; + var half_fov = 1.0472 * 2 / 5.; var x = ang[0][0] / half_fov * canvas.width / 2 + canvas.width / 2; var y = -ang[1][0] / half_fov * canvas.height / 2 + canvas.height / 2; -- cgit v1.2.3