Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 170 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 170 Bytes

octree

Octree structure containing a triangular mesh. To be used for ray tracing / shadow casting.

Written in C++ for speed, but exposed to Python using Cython.