Refactor and add basic sparse mesh implementation
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user