Releases: vanruesc/sparse-octree
Releases · vanruesc/sparse-octree
v7.0.6
v7.0.5
v7.0.4
v7.0.3
v7.0.2
v7.0.1
v7.0.0
Changelog
Bold text indicates a breaking change.
Package
- Changed package
type
tomodule
and removed CJS exports. - Replaced peer dependency
math-ds
withthree
. - Switched to TypeScript.
Core
- Added
OctreeHelper
. - Octree
- Renamed
raycast
method togetIntersectingNodes
.
- Renamed
Points
- PointOctree
- Renamed
insert
method toset
. - Removed
pointCount
field. Use thecountPoints
method instead. - The fields
bias
,maxPoints
andmaxDepth
are now private. - Added
getBias
,getMaxPoints
andgetMaxDepth
methods. - The method
findPoints
now also provides distance information for each point.
- Renamed
- RayPointIntersection
- Changed type of
point
toVector3
. - Added
data
field.
- Changed type of
Raycasting
- Renamed
Flags
toRaycastingFlags
.