Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 434 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 434 Bytes

Flat Octree

Octree implementation that stores data in a densly populated (no missing values), linear chunk of memory which makes it ideal for rendering applications and directly accessing data buffers.

Layout is configurable and defaults to breath-first layout.

License

This project is licensed under Zlib, MIT, or Apache-2.0 license, choose whichever suits you most.