kdtree-ray 0.1.1

Fast Kdtree implementation for raytracer
Documentation

This crate is a fast implementation of BVH for raytracer (or other rendering method using ray).

It's based on this paper written by Ingo Wald and Vlastimil Havran.

For more information on how this library is implemented check out my article.

Installation

To install it, just add the dependency in your Cargo.toml.

[dependencies]
kdtree-ray="0.1.1"

Usage

For examples of use see the crate documentation.