Skip to content

Releases: NASA-AMMOS/3DTilesRendererJS

v0.3.19

13 Jun 12:52
Compare
Choose a tag to compare

Fixed

  • Case sensitivity when dealing with file formats.
  • Race condition when setting the transformation of gltf files.
  • Case where internal tilesets were not disposed of properly when calling "dispose".
  • Incorrect calculation of geometric error when spheres are available.
  • Support for rayasting tiles with sphere bounding volumes.
  • Add "constructLatLonFrame" and "getNorthernTangent" to Ellipsoid class.

Added

  • getBounds and getOrientedBounds now return the AABB of a sphere if a tileset bounding box is not available.
  • GoogleTilesRenderer for rendering Google's Photorealistic 3D Tiles

v0.3.18

12 May 15:37
Compare
Choose a tag to compare

Added

  • Support for DRACO-compressed PNTs files.

v0.3.17

03 Apr 11:56
Compare
Choose a tag to compare

Fixed

  • Case where raycasting could return an incorrect result when firstHitOnly was true.

v0.3.16

11 Nov 01:16
Compare
Choose a tag to compare

[0.3.16] - 2022-11-11

Fixed

  • Incorrect internal import statement.

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.