Skip to content

Commit

Permalink
Update BVH_Model_Instancing.js
Browse files Browse the repository at this point in the history
  • Loading branch information
erichlof authored Nov 25, 2024
1 parent 237f649 commit 494f390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/BVH_Model_Instancing.js
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ function initSceneData()
cameraFlightSpeed = 60;

// pixelRatio is resolution - range: 0.5(half resolution) to 1.0(full resolution)
pixelRatio = mouseControl ? 0.5 : 0.5; // less demanding on battery-powered mobile devices
pixelRatio = mouseControl ? 0.75 : 0.5; // less demanding on battery-powered mobile devices

EPS_intersect = 0.001;

Expand Down

0 comments on commit 494f390

Please sign in to comment.