fix globe height
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
// Init the globe from library
|
||||
globe = new InteractiveGlobe({
|
||||
el: scope,
|
||||
cameraDistance: size, // Smaller number == larger globe
|
||||
//cameraDistance: size, // Smaller number == larger globe
|
||||
autoRotationSpeed: autoRotate ? -0.0025 : 0,
|
||||
rotationStart: randomRotationPosition, // In degrees
|
||||
scrollSmoothing: 0.5,
|
||||
|
||||
Reference in New Issue
Block a user