Skip to content

Commit 0971771

Browse files
committed
Reduce far camera distance
1 parent f4841b1 commit 0971771

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Scene.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class Renderer {
7979
50,
8080
width / height,
8181
0.001,
82-
999999999
82+
99999
8383
);
8484
this.camera.position.z = 2;
8585

0 commit comments

Comments
 (0)