diff --git a/js/Kajiya_TheRenderingEquation.js b/js/Kajiya_TheRenderingEquation.js index 3048312a..cf7e9f88 100644 --- a/js/Kajiya_TheRenderingEquation.js +++ b/js/Kajiya_TheRenderingEquation.js @@ -9,10 +9,10 @@ function initSceneData() // scene/demo-specific three.js objects setup goes here sceneIsDynamic = false; - cameraFlightSpeed = 60; + cameraFlightSpeed = 100; // pixelRatio is resolution - range: 0.5(half resolution) to 1.0(full resolution) - pixelRatio = mouseControl ? 0.75 : 0.7; // less demanding on battery-powered mobile devices + pixelRatio = mouseControl ? 0.75 : 0.75; EPS_intersect = 0.01;