Releases: flomonster/kdtree-ray
Releases · flomonster/kdtree-ray
Version 1.2.1
Bump dependencies
Full Changelog: v1.2.0...v1.2.1
Version 1.2.0
- Parallelization of the tree construction using rayon.
Version 1.1.0
- Fix SAH cost function
- Add the possibility to change SAH function parameters
Version 1.0.0
- 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
Changes
- Update dependencies.
- Change
K_I
andK_T
values.
Version 0.1.1
Fixes
Small fixes in README and crates metadata.
Version 0.1.0
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.