Skip to content

v0.4.25

Choose a tag to compare

@gkjohnson gkjohnson released this 21 May 04:25
· 67 commits to master since this release

Added

  • "GeneratedSurfacePlugin" for generating an ellipsoidal or planar surface based on an "ImageOverlay".
  • Improved support for ExternalTexture memory tracking.
  • StructuralMetadata: Throw an error in getPropertyTableData when non-matching argument types are passed.
  • MVTOverlay, PMTilesOverlay: Overlays for reading and rendering vector tile formats as tile overlays.
  • TilesRenderer: Added "loadAncestors" option.
  • GlobeControls, EnvironmentControls: Add "enableFlight" option for free controls.

Fixed

  • ImageFormatPlugins: Fixed case where tile nodes could be created and never released.
  • Converted remaining "three/examples/jsm/" paths to "three/addons/"
  • ImageOverlayPlugin: Geometry tiles will now continue to load and display even if an overlay texture fails to load.
  • ImageOverlayPlugin: If an overlay fails to load then a "load-error" will be thrown on TilesRenderer.

Changed

  • Deprecated "ImageFormatPlugin" and derivative plugins to reduce code redundancy. Use "GeneratedSurfacePlugin" & "ImageOverlayPlugin", instead.