Skip to content

Commit

Permalink
Update Water_Rendering.js
Browse files Browse the repository at this point in the history
  • Loading branch information
erichlof authored Nov 25, 2024
1 parent 5e5083d commit 5e45f06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/Water_Rendering.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 5e45f06

Please sign in to comment.