It works EVEN BETTER

This commit is contained in:
mcrcortex
2024-09-23 01:10:43 +10:00
parent aafc475843
commit 87238bdb45
9 changed files with 65 additions and 20 deletions

View File

@@ -88,7 +88,9 @@ void traverse(in UnpackedNode node) {
addRequest(node);
//TODO: Decend into children? maybe add a bitflag saying is bad if the immediate children dont have meshes
enqueueChildren(node);
if (node.lodLevel != 0) {
enqueueChildren(node);
}
}
}
}