Sparse Octree Versions Save

A sparse octree data structure.

v7.1.8

1 year ago

Changelog

  • Made Node.children optional.

v7.1.7

1 year ago

Changelog

  • Enabled strict null checks and fixed incorrect types. See #46. Thanks @minitoine.

v7.1.6

1 year ago

Changelog

  • Fixed a bug in PointOctree.set. See #45. Thanks @TimmyTommy.

v7.1.5

2 years ago

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

2 years ago

Changelog

Updated dependencies.

v7.1.3

2 years ago

Changelog

Updated dependencies.

v7.1.2

2 years ago

Changelog

Updated dependencies.

v7.1.1

2 years ago

Changelog

Raycasting

  • Function: intersectOctree
    • Prevent division by zero.

v7.1.0

2 years ago

Changelog

Points

  • PointData
    • Converted the function testPoints() into a class method. See f0681a7.

v7.0.7

2 years ago

Changelog

Raycasting

  • Function: intersectOctree
    • Changed type of octree parameter to Node.