Refactor and add basic sparse mesh implementation

This commit is contained in:
2026-03-17 00:45:35 -04:00
parent 95e374682b
commit 45c65f4f78
53 changed files with 1408 additions and 292 deletions

View File

@@ -65,7 +65,6 @@ public class MeshTest {
// Now that we have a bunch of bounding boxes, do whatever
MeshBuilder builder = new MeshBuilder();
int i = 0;
for ( AABB box : boxes ) {
for ( Facet facet : generateFacetsFor( box ) ) {
builder.addFacet( facet );