Releases: vanruesc/sparse-octree
Releases · vanruesc/sparse-octree
v7.0.6
30 Aug 15:39
Compare
Sorry, something went wrong.
No results found
Changelog
Updated dependencies.
v7.0.5
30 Jul 22:28
Compare
Sorry, something went wrong.
No results found
Changelog
Updated dependencies.
v7.0.4
30 Jun 17:14
Compare
Sorry, something went wrong.
No results found
Changelog
Updated dependencies.
v7.0.3
30 May 00:01
Compare
Sorry, something went wrong.
No results found
Changelog
Updated dependencies.
v7.0.2
23 Apr 12:59
Compare
Sorry, something went wrong.
No results found
Changelog
Updated dependencies.
v7.0.1
01 Apr 13:05
Compare
Sorry, something went wrong.
No results found
Changelog
Updated dependencies.
v7.0.0
28 Feb 17:02
Compare
Sorry, something went wrong.
No results found
Changelog
Bold text indicates a breaking change.
Package
Changed package type to module and removed CJS exports.
Replaced peer dependency math-ds with three.
Switched to TypeScript.
Core
Added OctreeHelper.
Octree
Renamed raycast method to getIntersectingNodes.
Points
PointOctree
Renamed insert method to set.
Removed pointCount field. Use the countPoints method instead.
The fields bias, maxPoints and maxDepth are now private.
Added getBias, getMaxPoints and getMaxDepth methods.
The method findPoints now also provides distance information for each point.
RayPointIntersection
Changed type of point to Vector3.
Added data field.
Raycasting
Renamed Flags to RaycastingFlags .
v6.1.0
18 Aug 20:58
Compare
Sorry, something went wrong.
No results found
Updated dependencies.
Changed peer dependency iterator-result into a regular dependency.
v6.0.2
18 Jan 14:15
Compare
Sorry, something went wrong.
No results found
v6.0.1
26 Oct 14:44
Compare
Sorry, something went wrong.
No results found
Changelog
Fixed the build setup to correctly treat peer dependencies as external modules.