Releases: NASA-AMMOS/3DTilesRendererJS
Releases · NASA-AMMOS/3DTilesRendererJS
v0.3.0
Added
path-browserify
dependency explicitly rather than relying on implicit polyfills forpath
package.
Changed
PriorityQueue.priorityCallback
now takes two arguments.- The default priority sort now accounts for most recently used tiles, screenspace error, and distance to the camera.
TilesRenderer.calculateError
no longer returns a value but is now expected to set__error
and__distanceToCamera
on the tile itself.
Fixed
TilesRendererBase.preprocessURL
types definition.
v0.2.11
v0.2.10
Added
TilesRenderer.optimizeRaycast
option to disable overriding the raycast function of loaded tiles.
Changed
- Added "sideEffects: false" to package.json.
Fixed
- Bounding box visualization not displaying correctly with
DebugTilesRenderer
when the bounds have a width of 0 in one dimension.
v0.2.9
v0.2.8
v0.2.7
Added
- Add warnings if unsupported feature semantics are detected for I3DM and PNTS files
- Support for I3DM rotation, scale features.
Fixed
- A case where I3DM instances could have an incorrect transformations by respecting existing Mesh transformations when converting them to InstancedMeshes.
Changed
- Make CMPTLoader group child order consistent between loads.