Skip to content

v0.4.24

Latest

Choose a tag to compare

@gkjohnson gkjohnson released this 10 Apr 08:30
· 10 commits to master since this release

Added

  • TilesRenderer: Added support for reverse depth buffer.
  • Scheduler class for setting an XR session to use for rAF callbacks.

Changed

  • EnvironmentControls: PivotMesh is now added to the scene before the "start" event is fired.
  • ImageOverlayPlugin: Do not allocate a render target for compositing if only a single tile is returned that exactly matches the tile bounds.
  • WMTSImageOverlay, WMTSTilesPlugin: Deprecated "capabilities" argument, adjusted options so literals can be passed.
  • Changed "three/examples/jsm" paths to "three/addons"
  • ImageOverlayPlugin: Image overlay tile levels are now determined using image resolution rather than depth.

Fixed

  • Ellipsoid.getPositionToCartographic: fixed incorrect calculation of cartographic point.
  • ImageOverlayPlugin: Fix case where UVs can be generated as NaN.
  • ImageFormatPlugin: Adjust root tile geometricError to be Infinity.
  • ImageOverlays: Updated types.
  • EnvironmentControls: Removed use of "THREE.Clock"