- Bounding volume hierarchy with taichi
-
First config your anaconda workspace, and open the anaconda prompt
-
Second you need install dependency
pip install -r requirements.txt
-
Last you type
ti Demo.py
- Fast Intersect triangle mesh by ray using bvh
- Singed distance query using bvh
- Primitive abstraciton supporting triangle,sphere,quad,box
- Bvh Interface abstraciton which means we can implement more kinds of bvh in the future