load mesh data and structure meshes

This commit is contained in:
2024-01-16 09:51:07 -06:00
parent 86c8e985be
commit 18f70b6d5c
@@ -982,6 +982,9 @@ public enum BuildingManager {
if (building == null)
return;
if(building.meshUUID == 450700){
int i = 0; // stop point for testing
}
building.buildingMeshes = new ArrayList<>();
float rotation = building.getRot().getRotation();
Vector3f buildingLoc = new Vector3f(building.loc.x, building.loc.y, building.loc.z);