3DTilesRendererJS Versions Save

Renderer for 3D Tiles in Javascript using three.js

v0.3.24

4 months ago

Added

  • Support for dispatched events to TilesRenderer and equivelent events for existing .on* callbacks.
  • EnvironmentControls and GlobeControls.
  • Fix inaccuracies in documentation.

v0.3.23

5 months ago

Fixed

  • Case where Google tiles did not load to a further depth when a tile has no content and no children.

v0.3.22

6 months ago

Added

  • DebugTilesRenderer: Support for visualizing the load order of tiles

Fixed

  • TilesRendererBase: Error log when using a 1.1-compatible tileset

v0.3.21

9 months ago

Added

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

v0.3.20

1 year ago

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

1 year ago

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

1 year ago

Added

  • Support for DRACO-compressed PNTs files.

v0.3.17

1 year ago

Fixed

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

v0.3.16

1 year ago

[0.3.16] - 2022-11-11

Fixed

  • Incorrect internal import statement.

v0.3.15

1 year ago

Fixed

  • Incorrect type definitions.

Added

  • Export for glTF CESIUM_RTC extension.