Skip to content

Releases: tentone/geo-three

0.1.14

16 Jul 09:47
Compare
Choose a tag to compare
  • Expose QuadTreePosition
  • Fix issue where textures where not being disposed properly

0.1.11

26 Dec 22:58
Compare
Choose a tag to compare
  • Updated examples to use TS
  • Removed dependency on three.js repo files
  • Minor code cleanup

0.1.10

20 Dec 12:22
Compare
Choose a tag to compare
  • Fix peerDependency declaration
  • Provider getMetaData() method is now async

0.1.9

17 Dec 15:31
Compare
Choose a tag to compare
  • Reduces minimum three.js version to run the library.
  • Solved conflict between three.js typescript declaration and lib overrides.

0.1.6

08 Dec 23:15
Compare
Choose a tag to compare
  • Water level tiles for height tile load failure
  • Height calculation util based on mapbox color encoded texture

0.1.5

08 Dec 22:35
Compare
Choose a tag to compare
  • Solved bug where white tiles appear in height map.
  • Solved bug for overlapping nodes
  • Added GeolocationUtils / Geolocation type
  • Solved bug where spherical mode was not showing up correctly.
  • Added UnitsUtils.vectorToDatums() method

0.1.4

06 Dec 16:03
Compare
Choose a tag to compare
  • Fix spherical map nodes
  • Dispose unused resources after tile is destroyed
  • Controls tile dispose method from map view

0.1.3

17 Nov 19:44
Compare
Choose a tag to compare
  • Fixed bug with Height shader texture

0.1.2

11 Nov 12:04
Compare
Choose a tag to compare
  • Add HTTPS to bing service provider.
  • Fix tile drawing in safari

0.1.0

19 May 22:23
Compare
Choose a tag to compare
  • Added common.js export
  • Declare module in the package.json file
  • Update three.js version in example