Skip to content

Releases: vanruesc/sparse-octree

v7.1.8

04 Jun 20:41

Choose a tag to compare

Changelog

  • Made Node.children optional.

v7.1.7

04 Jun 18:00

Choose a tag to compare

Changelog

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

v7.1.6

22 Aug 20:52

Choose a tag to compare

Changelog

v7.1.5

26 Feb 20:20

Choose a tag to compare

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

06 Dec 14:18

Choose a tag to compare

Changelog

Updated dependencies.

v7.1.3

28 Oct 20:45

Choose a tag to compare

Changelog

Updated dependencies.

v7.1.2

30 Sep 22:20

Choose a tag to compare

Changelog

Updated dependencies.

v7.1.1

20 Sep 13:13

Choose a tag to compare

Changelog

Raycasting

  • Function: intersectOctree
    • Prevent division by zero.

v7.1.0

18 Sep 14:11

Choose a tag to compare

Changelog

Points

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

v7.0.7

15 Sep 13:40

Choose a tag to compare

Changelog

Raycasting

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