Skip to content

v0.4.8

Compare
Choose a tag to compare
@gkjohnson gkjohnson released this 07 Apr 03:46
· 260 commits to master since this release

Fixed

  • TilesRenderer: No longer logs a warning if no cameras are present and a custom plugin supports tile error.
  • Type definition errors.
  • R3F EastNorthUpFrame: frame will be positioned correctly regardless of parent.
  • TilesRenderer: Fixed screen space error being calculated incorrectly with multiple cameras.
  • EnvironmentControls: Fixed shift key not working as expected.
  • Fixed error caused by loading a glTF file with no scenes.
  • GLTF Metadata Extensions: Fix case where an error would be thrown when non-mesh nodes are present.
  • Fixed case where tile sets with implicit tiling would not be loaded correctly if an external availability buffer was used.
  • Asynchronously process child tiles to avoid processing stalls.
  • CesiumIonPlugin: Forward "autoRefreshToken" value to GoogleCloudAuthPlugin.

Added

  • R3F CompassGizmo: Support for X & Y margin for CompassGizmo.
  • CameraTransitionManager: Expose "alpha" via the change event and class member.
  • Export "TilesRendererEventMap" typescript type.
  • Add support for R3F types.
  • Add "TileFlatteningPlugin".