Prepare for terrain
This commit is contained in:
@@ -93,9 +93,9 @@ public class ZoneInfoCmd extends AbstractDevCmd {
|
||||
if (zone.getHeightMap() != null) {
|
||||
output += "HeightMap ID: " + zone.getHeightMap().heightMapID;
|
||||
output += newline;
|
||||
output += "Bucket Width X : " + zone.getHeightMap().bucketWidthX;
|
||||
output += "Bucket Width X : " + zone.getHeightMap().cell_size_x;
|
||||
output += newline;
|
||||
output += "Bucket Width Y : " + zone.getHeightMap().bucketWidthY;
|
||||
output += "Bucket Width Y : " + zone.getHeightMap().cell_size_y;
|
||||
|
||||
}
|
||||
output += "radius: x: " + zone.bounds.getHalfExtents().x + ", z: " + zone.bounds.getHalfExtents().y;
|
||||
|
||||
Reference in New Issue
Block a user