basic fully working octree renderer

This commit is contained in:
2024-09-10 13:19:45 -04:00
parent 53c4d067e2
commit 3417250544
9 changed files with 572 additions and 314 deletions

View File

@@ -155,6 +155,8 @@ impl OctTree {
pub fn raw(&self) -> &[OctNode] {
&self.data
}
pub fn mesh(&self) {
}
}
pub struct OctTreeIter<'a> {