basic fully working octree renderer
This commit is contained in:
@@ -155,6 +155,8 @@ impl OctTree {
|
||||
pub fn raw(&self) -> &[OctNode] {
|
||||
&self.data
|
||||
}
|
||||
pub fn mesh(&self) {
|
||||
}
|
||||
}
|
||||
|
||||
pub struct OctTreeIter<'a> {
|
||||
|
||||
Reference in New Issue
Block a user