Skip to content

v5.0.2

Latest
Compare
Choose a tag to compare
@chrisrzhou chrisrzhou released this 09 Aug 06:59
v5.0.2
9d8e913

Various bugfixes.

  • Fixed bug to allow cameraDistanceRadiusScale to affect the initial globe camera distance. This prop has the same exact behavior as initialCameraDistanceRadiusScale, 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 the enableGlobeGlow prop.
  • Remove console.log
  • Increase cameraMaxDistanceRadiusScale default value to better support the initialCameraDistanceRadiusScale prop.
  • Add names to three objects for easier development/debugging.