forked from MagicBane/Server
load mesh data and structure meshes
This commit is contained in:
@@ -49,6 +49,7 @@ public class RegionCmd extends AbstractDevCmd {
|
||||
}
|
||||
if(building != null){
|
||||
for (Mesh mesh : building.buildingMeshes){
|
||||
this.throwbackInfo(pc, "Mesh Rect: " + mesh.boundsRect);
|
||||
if(mesh.boundsRect.contains(pc.loc.x,pc.loc.z)) {
|
||||
this.throwbackInfo(pc, "Inside A Mesh's Bounds");
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user