fix(terrain): map surface colors with configurable projection
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user