fix(terrain): map surface colors with configurable projection

This commit is contained in:
Tom Boullay
2026-05-25 17:40:01 +02:00
parent 235a38f67b
commit 417afdc1d5
5 changed files with 42 additions and 37 deletions
-2
View File
@@ -40,8 +40,6 @@ function createTerrainSurfaceBounds(
return {
minX: box.min.x,
maxX: box.max.x,
minY: box.min.y,
maxY: box.max.y,
minZ: box.min.z,
maxZ: box.max.z,
};