# rayint **Repository Path**: Jiatutu/rayint ## Basic Information - **Project Name**: rayint - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-12 - **Last Updated**: 2024-06-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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](https://github.com/simonfuhrmann/mve) scenes is provided. This library was inspired by [coldet](http://sourceforge.net/projects/coldet/). License ------------------------------------------------------------------------------- The software is licensed under the BSD 3-Clause license, for more details see the LICENSE.txt file.