From 2fa17c94cd8fa919491a72010f64098184965a18 Mon Sep 17 00:00:00 2001 From: Erich Loftis Date: Sun, 24 Nov 2024 23:26:04 -0600 Subject: [PATCH] Update Bi-Directional_PathTracing.js --- js/Bi-Directional_PathTracing.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/Bi-Directional_PathTracing.js b/js/Bi-Directional_PathTracing.js index 7ac27e19..9ff60f28 100644 --- a/js/Bi-Directional_PathTracing.js +++ b/js/Bi-Directional_PathTracing.js @@ -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;