From 059270c12f452fcc3344b826f35295fd7c20906e Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期二, 21 三月 2023 08:31:37 +0800 Subject: [PATCH] # --- views/sketh/js/Terrain_Rendering.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/views/sketh/js/Terrain_Rendering.js b/views/sketh/js/Terrain_Rendering.js index bca174d..8661396 100644 --- a/views/sketh/js/Terrain_Rendering.js +++ b/views/sketh/js/Terrain_Rendering.js @@ -12,7 +12,7 @@ // scene/demo-specific three.js objects setup goes here sceneIsDynamic = true; - + cameraFlightSpeed = 300; // pixelRatio is resolution - range: 0.5(half resolution) to 1.0(full resolution) @@ -67,7 +67,7 @@ pathTracingUniforms.uSunDirection.value.copy(sunDirection); // INFO - cameraInfoElement.innerHTML = "FOV: " + worldCamera.fov + " / Aperture: " + apertureSize.toFixed(2) + " / FocusDistance: " + focusDistance + "<br>" + "Samples: " + sampleCounter; + // cameraInfoElement.innerHTML = "FOV: " + worldCamera.fov + " / Aperture: " + apertureSize.toFixed(2) + " / FocusDistance: " + focusDistance + "<br>" + "Samples: " + sampleCounter; } // end function updateUniforms() -- Gitblit v1.9.1