From 5e45f0631dcda88ef15f6c734306f0c0f50570e0 Mon Sep 17 00:00:00 2001 From: Erich Loftis Date: Sun, 24 Nov 2024 23:32:57 -0600 Subject: [PATCH] Update Water_Rendering.js --- js/Water_Rendering.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/Water_Rendering.js b/js/Water_Rendering.js index f345711c..ad1f9ce7 100644 --- a/js/Water_Rendering.js +++ b/js/Water_Rendering.js @@ -16,7 +16,7 @@ function initSceneData() cameraFlightSpeed = 300; // pixelRatio is resolution - range: 0.5(half resolution) to 1.0(full resolution) - pixelRatio = mouseControl ? 1.0 : 0.8; + pixelRatio = mouseControl ? 1.0 : 1.0; // mobile devices can also handle full resolution for this demo EPS_intersect = 0.01;