Releases: tentone/geo-three
Releases · tentone/geo-three
0.0.18
- Fix height bug when no height data source is configured.
- Declare library as module in package.json
0.0.17
- Fixed bug where white tiles where appearing randomly.
- Usage of async wait operation when possible.
- Updated dependencies.
0.0.14
- Removed readme files from NPM package
- Fixed compilation warning in rollup
0.0.13
- Added support for browsers without OffscreenCanvas
0.0.12
- Publish types to NPM and fix lint rules
0.0.11
- Added TS declarations to the library
0.0.10
- Support for map geometry skirts
- Map geometry tiles
- Shader generated height geometry
- Cancelable promises
0.0.7
- Reimplement MapNode using ES6 classses
0.0.6
- Customizable LOD handlers.
- Updated readme to include LOD example.