Skip to content

Commit

Permalink
Update Kajiya_TheRenderingEquation.js
Browse files Browse the repository at this point in the history
  • Loading branch information
erichlof authored Nov 12, 2023
1 parent 3fef200 commit 03348fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/Kajiya_TheRenderingEquation.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 03348fa

Please sign in to comment.