Skip to content

Commit 1e355cd

Browse files
authored
Update Cheap_Torus.js
1 parent f37c074 commit 1e355cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/Cheap_Torus.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ function initSceneData()
102102

103103
// set camera's field of view
104104
worldCamera.fov = 60;
105-
focusDistance = 100.0;
105+
focusDistance = 32.0;
106106
apertureChangeSpeed = 10;
107107

108108
// position and orient camera
@@ -290,4 +290,4 @@ function updateVariablesAndUniforms()
290290

291291

292292

293-
init(); // init app and start animating
293+
init(); // init app and start animating

0 commit comments

Comments
 (0)