Releases: NASA-AMMOS/3DTilesRendererJS
Releases · NASA-AMMOS/3DTilesRendererJS
v0.3.19
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
Added
- Support for DRACO-compressed PNTs files.
v0.3.17
Fixed
- Case where raycasting could return an incorrect result when
firstHitOnly
was true.
v0.3.16
[0.3.16] - 2022-11-11
Fixed
- Incorrect internal import statement.
v0.3.15
Fixed
- Incorrect type definitions.
Added
- Export for glTF CESIUM_RTC extension.
v0.3.14
[0.3.14] - 2022-09-26
Fixed
v0.3.13
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
Fixed
- B3DMLoader: regression causing RTC_CENTER to not be respected.
Added
- Support for GLTFLoader Cesium_RTC extension.
v0.3.11
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
Added
resetFailedTiles
to enable retry tile downloads that failed.
Fixed
- Support for loading absolute URIs.
- Fix the application of the tile "up" axis adjustments.