Skip to content

Commit

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

Expand Down

0 comments on commit 8a7fbdf

Please sign in to comment.