Skip to content

Commit

Permalink
Reduce near clipping plane in galaxy map
Browse files Browse the repository at this point in the history
  • Loading branch information
jspahrsummers committed Aug 23, 2024
1 parent f6e3853 commit 67dc453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion galaxy/map/galaxy_map_3d.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ sky_mode = 1
[node name="Camera3D" type="Camera3D" parent="."]
transform = Transform3D(1, -6.97574e-16, -1.5246e-23, -1.5246e-23, -4.37114e-08, 1, -6.97574e-16, -1, -4.37114e-08, 2.08165e-12, 5, 2.08165e-12)
current = true
near = 1.0
near = 0.001
far = 50.0
script = ExtResource("3_h6pmd")

Expand Down

0 comments on commit 67dc453

Please sign in to comment.