Skip to content

Releases: flomonster/kdtree-ray

Version 1.2.1

04 Nov 22:30
Compare
Choose a tag to compare

Bump dependencies

Full Changelog: v1.2.0...v1.2.1

Version 1.2.0

29 Jan 21:19
Compare
Choose a tag to compare
  • Parallelization of the tree construction using rayon.

Version 1.1.0

28 Jan 18:23
Compare
Choose a tag to compare
  • Fix SAH cost function
  • Add the possibility to change SAH function parameters

Version 1.0.0

18 Jan 19:05
Compare
Choose a tag to compare
  • Shapes are not stored in the kd tree anymore (we only keep their indexes)
  • The binary tree is now implemented with a single Vec.

Full Changelog: v0.1.2...v1.0.0

Version 0.1.2

20 Mar 18:51
Compare
Choose a tag to compare

Changes

  • Update dependencies.
  • Change K_I and K_T values.

Version 0.1.1

04 Jan 01:55
Compare
Choose a tag to compare

Fixes

Small fixes in README and crates metadata.

Version 0.1.0

15 Dec 03:22
Compare
Choose a tag to compare

Features

Generate an optimized KDtree using SAH in O(N log(N)).
Intersect the kdtree with a ray to retrieve primitives that could intersect this ray.