Skip to content

Commit

Permalink
fix: update default min/maxDistance
Browse files Browse the repository at this point in the history
Closes #20
  • Loading branch information
dmnsgn committed Jul 4, 2022
1 parent b4947a9 commit 8fb81af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions orbiter.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ class OrbiterControls {
pan: true,
drag: true,

minDistance: 0.1,
maxDistance: 10,
minDistance: 0.01,
maxDistance: Infinity,
minLat: -89.5,
maxLat: 89.5,
minLon: -Infinity,
Expand Down

0 comments on commit 8fb81af

Please sign in to comment.