decrease building height
This commit is contained in:
parent
9a86b6b134
commit
da64700613
@ -81,7 +81,7 @@ public class ExtrusionLayer extends Layer {
|
|||||||
// just a guessing to make it look ok
|
// just a guessing to make it look ok
|
||||||
if (height == 0)
|
if (height == 0)
|
||||||
height = 10;
|
height = 10;
|
||||||
height = (int) (height * -Math.log(height / 100000f)) * 4;
|
height = (int) (height * -Math.log(height / 100000f) * 3.6f);
|
||||||
|
|
||||||
int length = 0;
|
int length = 0;
|
||||||
for (int ipos = 0, ppos = 0, n = index.length; ipos < n; ipos++, ppos += length) {
|
for (int ipos = 0, ppos = 0, n = index.length; ipos < n; ipos++, ppos += length) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user