Skip to content

Commit

Permalink
Update Compare_Bi-Directional_Approach.js
Browse files Browse the repository at this point in the history
  • Loading branch information
erichlof authored Nov 25, 2024
1 parent 1b9421b commit 0d66f02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/Compare_Bi-Directional_Approach.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ function initSceneData()
// scene/demo-specific three.js objects setup goes here
sceneIsDynamic = false;

edgeSharpenSpeed = 0.0002;
edgeSharpenSpeed = 0.001;//0.0002;

cameraFlightSpeed = 300;

// pixelRatio is resolution - range: 0.5(half resolution) to 1.0(full resolution)
pixelRatio = mouseControl ? 1.0 : 0.75; // less demanding on battery-powered mobile devices
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 0d66f02

Please sign in to comment.