Skip to content

Commit

Permalink
Update Cheap_Torus.js
Browse files Browse the repository at this point in the history
  • Loading branch information
erichlof committed Mar 8, 2024
1 parent f37c074 commit 1e355cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/Cheap_Torus.js
Expand Up @@ -102,7 +102,7 @@ function initSceneData()

// set camera's field of view
worldCamera.fov = 60;
focusDistance = 100.0;
focusDistance = 32.0;
apertureChangeSpeed = 10;

// position and orient camera
Expand Down Expand Up @@ -290,4 +290,4 @@ function updateVariablesAndUniforms()



init(); // init app and start animating
init(); // init app and start animating

0 comments on commit 1e355cd

Please sign in to comment.