|
|
@ -255,6 +255,8 @@ public class HeightMap { |
|
|
|
float zoneArea = (heightMapZone.getBounds().getHalfExtents().x) * |
|
|
|
float zoneArea = (heightMapZone.getBounds().getHalfExtents().x) * |
|
|
|
(heightMapZone.getBounds().getHalfExtents().y); |
|
|
|
(heightMapZone.getBounds().getHalfExtents().y); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
blendBounds.release(); |
|
|
|
|
|
|
|
|
|
|
|
float blendDelta = zoneArea - maxBlendArea; |
|
|
|
float blendDelta = zoneArea - maxBlendArea; |
|
|
|
float currentDelta = zoneArea - currentArea; |
|
|
|
float currentDelta = zoneArea - currentArea; |
|
|
|
|
|
|
|
|
|
|
|