Skip to content

v0.4.10

Compare
Choose a tag to compare
@gkjohnson gkjohnson released this 31 May 02:42
· 152 commits to master since this release

Fixed

  • Fixed calls to updateWorldMatrix causing the matrixWorldInverse field to become out of sync.
  • Loader type definitions now extend "LoaderBase".
  • Export QuantizedMeshPlugin from plugins.
  • Moved "optionalDependencies" to "peerDependencies" with an optional flag to avoid quirks with the optional dependencies field.
  • Make QuantizedMeshPlugin more robust to missing fields in layer.json.
  • TileFlatteningPlugin: Fixed disposal throwing an error.
  • Change load-error event field from uri to url as documented.
  • Fixed type definitions for some events.
  • B3DM, I3DM, PNTS Loaders: Fixed case where RTC_CENTER feature would not be parsed correctly.
  • Re-add "load-tile-set" event when child tile sets are loaded.
  • Re-add url to "load-tile-set" event.
  • TMSTilesPlugin: Add support for limited bounds.

Added

  • Ability to resolve to any file in "./src".
  • QuantizedMeshPlugin: Add support for attributions.
  • QuantizedMeshPlugin: Add support for "metadataAvailability".
  • QuantizedMeshPlugin: Add support for auto-filling child tiles from parent data when not present.
  • QuantizedMeshPlugin: Add support for auto-calculating skirth length.

Changed

  • QuantizedMeshPlugin, Image Plugins: Remove internal, custom queue for generating children in favor of TilesRenderer's new process queue.