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