Skip to content

v6.0.0

Compare
Choose a tag to compare
@vanruesc vanruesc released this 23 Oct 19:46

Changelog

Breaking

  • Renamed pattern to layout.
  • Renamed OctantIterator to OctreeIterator
  • Removed OctreeUtils.
  • Octant, CubicOctant
    • The target vector parameters of getCenter and getDimensions are no longer optional.
  • Octree
    • The constructor now expects an Octant instance instead of min and max bounds.
    • Renamed findOctantsByLevel to findNodesByLevel.
  • PointOctree
    • Renamed put to insert.
    • Renamed fetch to get.

Other

  • Raycasting logic has been split into separate files for easier reuse.
  • Added Node and Tree interfaces for documentation purposes.