We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b959785 commit f2b6cfbCopy full SHA for f2b6cfb
assets/js/earth.js
@@ -96,7 +96,7 @@ function initEarth() {
96
controls.enableDamping = true; // an animation loop is required when either damping or auto-rotation are enabled
97
controls.dampingFactor = 0.05;
98
controls.screenSpacePanning = false;
99
- controls.minDistance = 5; // Prevent zooming in too close
+ controls.minDistance = 8; // Prevent zooming in too close
100
controls.maxDistance = 12; // Prevent zooming out too far
101
controls.enablePan = false; // Disable panning (optional, keeps focus on rotation)
102
controls.autoRotate = true; // Disable auto-rotate for testing interaction
0 commit comments