From c6ce4f29e4fbe3d397212ee7cd527ce3c138426d Mon Sep 17 00:00:00 2001 From: Erich Loftis Date: Sun, 12 Nov 2023 13:38:59 -0600 Subject: [PATCH] Update Geometry_Showcase.js --- js/Geometry_Showcase.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/Geometry_Showcase.js b/js/Geometry_Showcase.js index 09f50e06..fc0c199d 100644 --- a/js/Geometry_Showcase.js +++ b/js/Geometry_Showcase.js @@ -12,7 +12,7 @@ function initSceneData() cameraFlightSpeed = 60; // pixelRatio is resolution - range: 0.5(half resolution) to 1.0(full resolution) - pixelRatio = mouseControl ? 0.75 : 0.8; + pixelRatio = mouseControl ? 0.75 : 0.75; EPS_intersect = 0.01;