#
luxiaotao1123
2023-03-21 059270c12f452fcc3344b826f35295fd7c20906e
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()