From 71a8999ccfb7fd6cf9fa3b4e655ba0e42878425c Mon Sep 17 00:00:00 2001 From: Erich Loftis <erichlof@swbell.net> Date: Sun, 24 Nov 2024 23:23:50 -0600 Subject: [PATCH] Update BVH_Point_Light_Source.js --- js/BVH_Point_Light_Source.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/BVH_Point_Light_Source.js b/js/BVH_Point_Light_Source.js index b2b4a53f..8addc9ff 100644 --- a/js/BVH_Point_Light_Source.js +++ b/js/BVH_Point_Light_Source.js @@ -151,7 +151,7 @@ function initSceneData() cameraFlightSpeed = 60; // pixelRatio is resolution - range: 0.5(half resolution) to 1.0(full resolution) - pixelRatio = mouseControl ? 0.75 : 0.75; // less demanding on battery-powered mobile devices + pixelRatio = mouseControl ? 1.0 : 0.75; // less demanding on battery-powered mobile devices EPS_intersect = 0.001;