Skip to content

Acceleration structure library (BVH-, KD-Tree) with basic parallel construction

License

Notifications You must be signed in to change notification settings

nmoehrle/libacc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libacc

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

Requirements

Compiler with C++11 support - parallel tree construction is implemented with std::thread and std::atomic

License

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

About

Acceleration structure library (BVH-, KD-Tree) with basic parallel construction

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published