Various bugfixes.
- Fixed bug to allow
cameraDistanceRadiusScale
to 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
options
is updated. This led to creation and attachment of increasing amounts of glow meshes, and also not honoring theenableGlobeGlow
prop. - Remove
console.log
- Increase
cameraMaxDistanceRadiusScale
default value to better support theinitialCameraDistanceRadiusScale
prop. - Add names to three objects for easier development/debugging.