Skip to content

Commit

Permalink
Update Bi-Directional_PathTracing.js
Browse files Browse the repository at this point in the history
  • Loading branch information
erichlof authored Nov 25, 2024
1 parent e186f8f commit 2fa17c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/Bi-Directional_PathTracing.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function initSceneData()
// scene/demo-specific three.js objects setup goes here
sceneIsDynamic = false;

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

cameraFlightSpeed = 300;

Expand Down

0 comments on commit 2fa17c9

Please sign in to comment.