Releases: NASA-AMMOS/3DTilesRendererJS
Releases · NASA-AMMOS/3DTilesRendererJS
v0.3.30
Fixed
- EnvironmentControls and GlobeControls not zooming into the cursor when offset.
v0.3.29
Fixed
- EnvironmentControls and GlobeControls not working with a non-full page element.
- FadeTilesRenderer improperly disposing of tiles causing unloaded textures to be rendered.
v0.3.28
Fixed
- Memory leak related to ImageBitmaps not being released on tile disposal.
v0.3.27
Fixed
- Fixed credit attribution string for GoogleTilesRenderer to align with requirements.
- Fixed fade events not firing as expected in FadeEventManager.
v0.3.26
Fixed
- FadeTilesMixin.deleteCamera now correctly calls the parent function.
- EnvironmentControls now dispatches events on zoom value change.
v0.3.25
Changed
- "getBounds" and "getOrientedBounds" functions have been renamed to "getBoundingBox" and "getOrientedBoundingBox".
- GlobeControls will now set the camera near and far values to more tightly encapsuate the set of tiles visible until the horizon, limiting the amount of tiles to load.
- GlobeControls now more intelligently sets the camera "near" value to avoid z fighting.
Fixed
- Frustum and oriented bounding box functions now more correctly determines intersections instead of producing frequent false positives resulting in more tiles being loaded.
v0.3.24
Added
- Support for dispatched events to TilesRenderer and equivelent events for existing
.on*
callbacks.
- EnvironmentControls and GlobeControls.
- Fix inaccuracies in documentation.
v0.3.23
Fixed
- Case where Google tiles did not load to a further depth when a tile has no content and no children.
v0.3.22
Added
- DebugTilesRenderer: Support for visualizing the load order of tiles
Fixed
- TilesRendererBase: Error log when using a 1.1-compatible tileset
v0.3.21
Added
- PNTSLoader: Support for
CONSTANT_RGBA
, RGBA
, and RGB565
.