cgyurgyik / fast-voxel-traversal-algorithm

A C++ implementation of the fast voxel traversal algorithm.
MIT License
170 stars 16 forks source link
amanatides-woo cartesian-coordinates cpp fast-voxel-traversal fast-voxel-traversal-algorithm ray-box-intersection raytracing raytracing-algorithms voxel-traversal voxels

About

A prototype for the implementation of Amanatides & Woo's "A Fast Voxel Traversal Algorithm" in C++. Note, this has not been tested, and is not guaranteed to be bug-free. An overview of the algorithm can be found here.

Notes

References