Releases: vanruesc/sparse-octree
Releases · vanruesc/sparse-octree
v7.1.8
Changelog
- Made
Node.children
optional.
v7.1.7
Changelog
- Enabled strict null checks and fixed incorrect types. See #46. Thanks @minitoine.
v7.1.5
Changelog
- Fixed
PointOctree.raycast
, Octree.leaves
and Octree[Symbol.iterator]
for small octrees. See #40, #41, #43 and #44. Thanks @canadaduane.
- Updated dependencies.
v7.1.4
Changelog
Updated dependencies.
v7.1.3
Changelog
Updated dependencies.
v7.1.2
Changelog
Updated dependencies.
v7.1.1
Changelog
Raycasting
- Function:
intersectOctree
- Prevent division by zero.
v7.1.0
Changelog
Points
- PointData
- Converted the function
testPoints()
into a class method. See f0681a7.
v7.0.7
Changelog
Raycasting
- Function:
intersectOctree
- Changed type of
octree
parameter to Node
.