Skip to content

v0.4.3

Latest
Compare
Choose a tag to compare
@gkjohnson gkjohnson released this 19 Jan 01:08
· 8 commits to master since this release

Added

  • Updated types for EnvironmentControls and GlobeControls.
  • TilesAttributionOverlay: Added "generateAttributions" callback for generating child elements.
  • CameraTransitionManager: Added "toggle" event.
  • CameraTransitionManager: Added support for rotation interpolation.
  • Ellipsoid: Added "getFrame" function.

Changed

  • Moved "visibleTiles" and "activeTiles" sets to the TilesRendererBase class.
  • EnvironmentControls: getPivotPoint function now defaults to the nearest raycast point if the last interacted point is offscreen.

Fixed

  • CanvasDOMOverlay is now correctly positioned at the same spot as the canvas.
  • UnloadTilesPlugin: Fixed incorrect reference to visibleSet rather than visibleTiles.
  • R3F EnvironmentControls, GlobeControls: Add support for "ref", event props.