forked from MagicBane/Server
load mesh data and structure meshes
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user