This commit is contained in:
2023-11-07 20:17:51 -06:00
parent 7fe5f8b5ac
commit 72dea668f9
2 changed files with 10 additions and 1 deletions
@@ -984,6 +984,10 @@ public enum BuildingManager {
return;
}
if(building.meshUUID == 24000){
int i = 0;
}
for (ArrayList<Vector2f> meshEntry : convexHullList) {
Path2D.Float meshBound = new Path2D.Float();
Vector3fImmutable start = Vector3fImmutable.rotateAroundPoint(new Vector3fImmutable(meshEntry.get(0).x,building.loc.y,meshEntry.get(0).y),building.loc,building.getRot().getRotation());