Skip to content

Releases: NASA-AMMOS/3DTilesRendererJS

v0.3.15

08 Nov 22:10
Compare
Choose a tag to compare

Fixed

  • Incorrect type definitions.

Added

  • Export for glTF CESIUM_RTC extension.

v0.3.14

30 Sep 17:46
Compare
Choose a tag to compare

[0.3.14] - 2022-09-26

Fixed

  • Removed unused exports.

v0.3.13

27 Sep 06:42
Compare
Choose a tag to compare

Added

  • Classes for Ellipsoid and EllipsoidRegion.
  • DebugTilesRenderer: Added "displayRegionBounds" flag.
  • Support for region bounds by converting the volumes into sphere and box bounds.

v0.3.12

26 Aug 16:20
Compare
Choose a tag to compare

Fixed

  • B3DMLoader: regression causing RTC_CENTER to not be respected.

Added

  • Support for GLTFLoader Cesium_RTC extension.

v0.3.11

04 Jul 20:31
Compare
Choose a tag to compare

Added

  • Support for determining tile format based on magic bytes.

Fixed

  • Small fixes to the dispose function.
  • Re-add support for relative tile urls.

v0.3.10

02 Jul 19:12
Compare
Choose a tag to compare

Added

  • resetFailedTiles to enable retry tile downloads that failed.

Fixed

  • Support for loading absolute URIs.
  • Fix the application of the tile "up" axis adjustments.

v0.3.9

28 Mar 16:14
Compare
Choose a tag to compare

Fixed

  • Incorrect argument order to FeatureTable.getData

v0.3.7

20 Mar 17:32
Compare
Choose a tag to compare

[0.3.7] - 2022-01-29

Fixed

  • ensuring the working path included a "/" at the end when generating new file paths for the GLTFExtension and B3DM loaders.

v0.3.6

29 Jan 18:44
Compare
Choose a tag to compare

Fixed

  • "onPreprocessUrl" is now called for initial Tileset URL.

v0.3.5

07 Jan 05:02
Compare
Choose a tag to compare

Added

  • TilesRenderer.onTileVisibilityChange callback.
  • Support for GLTF in tilesets (3DTILES_content_gltf extension).

Changed

  • Improved type definitions.
  • PNTSLoader.parse now returns a promise.
  • All model loaders on inherit from a common type.