Skip to content
This repository has been archived by the owner on Aug 18, 2024. It is now read-only.

Commit

Permalink
update camera clipping planes
Browse files Browse the repository at this point in the history
  • Loading branch information
HexaField committed Dec 29, 2023
1 parent 4d34ef2 commit 121ffdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test.scene.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@
"name": "camera-settings",
"props": {
"fov": 50,
"cameraNearClip": 0.01,
"cameraFarClip": 10000,
"cameraNearClip": 0.1,
"cameraFarClip": 500,
"projectionType": 1,
"minCameraDistance": 1,
"maxCameraDistance": 50,
Expand Down

0 comments on commit 121ffdc

Please sign in to comment.