|
|
@ -528,11 +528,6 @@ public class HeightMap { |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public float getScaledHeightForColor(float color) { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
return (color / 256) * this.maxHeight; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public float getBucketWidthX() { |
|
|
|
public float getBucketWidthX() { |
|
|
|
return bucketWidthX; |
|
|
|
return bucketWidthX; |
|
|
|
} |
|
|
|
} |
|
|
|