Releases: vanruesc/linear-octree
Releases · vanruesc/linear-octree
v0.3.0
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
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.1
Changelog
- Updated readme.
- Re-exported
layout
from sparse-octree
.
v0.1.0
Changelog
- First functional release. 🎉
- Implemented culling.
- Fixed Raycasting.
- Switched to TypeScript.
- Added tests.
- Updated the build setup and dependencies.
- Updated the demo.