Skip to content

v0.4.7

Compare
Choose a tag to compare
@gkjohnson gkjohnson released this 03 Mar 00:21
· 334 commits to master since this release

Added

  • GlobeControls: If no raycast intersection is fund then fallback to intersecting the tile set globe.
  • EnvironmentControls, GlobeControls: Fix inertia calculations for orthographic cameras.
  • R3F EastNorthUpFrame: Add support for passing the ellipsoid in directly.
  • TilesRenderer.group: Added "matrixWorldInverse" field.
  • Add "LoadRegionPlugin".

Fixed

  • Fix case where the environment and globe controls can have residual inertia after stopping the mouse.
  • Image Format Plugins: Fix case where tiles may not cause update on first load resulting in no tiles rendered.

Changed

  • Deprecated "TilesRenderer.setLatLonToYUp" function.
  • Deprecated "TilesRenderer.errorThreshold" option.
  • Deprecated "TilesRenderer.optimizeRaycast" option.
  • Use "TilesRenderer.group.matrixWorldInverse" across src files to reduce matrix invert operations.