nmoehrle / rayint

Simple ray intersection library similar to coldet - succedeed by libacc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ray Intersection

This project offers a header only acceleration structure library including implementations for a BVH- and KD-Tree. Applications may include ray intersection tests or nearest neighbor searches.

As an example application a simple raycasting app for MVE scenes is provided.

This library was inspired by coldet.

License

The software is licensed under the BSD 3-Clause license, for more details see the LICENSE.txt file.

About

Simple ray intersection library similar to coldet - succedeed by libacc

License:Other


Languages

Language:C++ 95.5%Language:CMake 3.3%Language:C 1.2%