Skip to content

Releases: NASA-AMMOS/3DTilesRendererJS

v0.3.21

27 Sep 21:06
Compare
Choose a tag to compare

Added

  • PNTSLoader: Support for CONSTANT_RGBA, RGBA, and RGB565.

v0.3.20

26 Jun 01:48
Compare
Choose a tag to compare

Added

  • CesiumIonTilesRenderer for more convenient use of the ion API.
  • Frustum check support for OBB bounding volumes resulting in more than 35-45% fewer tiles loading and displaying in some cases when OBB bounding volumes are used.

Changed

  • Consolidate bounding volumes into a common class to simplify implementation.
  • Progressively process recursive tileset tiles preventing frame stalls of up to and over 100ms in some cases when many or large child tilesets were loaded.
  • GoogleTilesRenderer.setLatLonToYUp now sets X+ to north and Z+ to east

Fixed

  • TilesRenderer.dispose function not working correctly.
  • Type declaration file for constants.
  • Raycasting not working correctly with "additive" tile refinement.

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.