Skip to content

Releases: vanruesc/linear-octree

v0.3.1

14 Apr 23:26
Compare
Choose a tag to compare

What's Changed

  • Fixed potential division by zero error. See 8acf0ae.

Full Changelog: v0.3.0...v0.3.1

v0.3.0

14 Apr 00:02
Compare
Choose a tag to compare

What's Changed

  • Added support for 0 bits on any axis. See 98280d6 and 2d3700f.
    • KeyDesign will now also emit change events when the bits are changed.
  • KeyDesign.packKey will now throw if the input values are out of bounds.
  • KeyDesign.set is now public.
  • Re-exported OctreeHelper. See #7.

Full Changelog: v0.2.0...v0.3.0

v0.2.0

04 Jun 23:00
Compare
Choose a tag to compare

Changelog

  • KeyDesign.packKey() now expects separate parameters for X, Y and Z.
  • Removed Octree.getKeyDesign().
  • Added Octree.keyDesign.
  • Fixed incorrect argument order in OctantId.set() calls. See #4.

v0.1.4

06 Dec 14:19
Compare
Choose a tag to compare

Changelog

  • Updated dependencies.

v0.1.3

28 Oct 20:51
Compare
Choose a tag to compare

Changelog

  • Updated dependencies.

v0.1.2

30 Sep 22:29
Compare
Choose a tag to compare

Changelog

  • Updated dependencies.

v0.1.1

21 Sep 23:21
Compare
Choose a tag to compare

Changelog

  • Updated readme.
  • Re-exported layout from sparse-octree.

v0.1.0

21 Sep 23:04
Compare
Choose a tag to compare

Changelog

  • First functional release. 🎉
  • Implemented culling.
  • Fixed Raycasting.
  • Switched to TypeScript.
  • Added tests.
  • Updated the build setup and dependencies.
  • Updated the demo.

v0.0.0

26 Oct 15:06
Compare
Choose a tag to compare

Initial release.