Various bugfixes.
- Fixed bug to allow
cameraDistanceRadiusScaleto affect the initial globe camera distance. This prop has the same exact behavior asinitialCameraDistanceRadiusScale, which is now reserved as a useful semantic prop alias. - Fixed bug where the globe's glow was not removed when
optionsis updated. This led to creation and attachment of increasing amounts of glow meshes, and also not honoring theenableGlobeGlowprop. - Remove
console.log - Increase
cameraMaxDistanceRadiusScaledefault value to better support theinitialCameraDistanceRadiusScaleprop. - Add names to three objects for easier development/debugging.