Skip to content

Commit

Permalink
Update InitCommon.js
Browse files Browse the repository at this point in the history
  • Loading branch information
erichlof authored Sep 6, 2024
1 parent 6461116 commit ba54020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/InitCommon.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ let oldPinchWidthY = 0;
let pinchDeltaX = 0;
let pinchDeltaY = 0;
let useGenericInput = true;
let EPS_intersect;
let EPS_intersect = 0.01; // default precision
let textureLoader = new THREE.TextureLoader();
let blueNoiseTexture;
let useToneMapping = true;
Expand Down

0 comments on commit ba54020

Please sign in to comment.