load mesh data and structure meshes

This commit is contained in:
2024-01-15 19:47:33 -06:00
parent 840dc83987
commit a52f0941b7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1045,7 +1045,7 @@ public enum BuildingManager {
}
building.buildingMeshes.add(generatedMesh);
}
}
Rectangle2D.Float buildingBound = new Rectangle2D.Float();
float xLoc = building.loc.x - building.getBounds().getHalfExtents().x;
float zLoc = building.loc.z - building.getBounds().getHalfExtents().y;