Remove height provider from geo-three

This commit is contained in:
Fuhrmann 2025-04-01 14:38:07 +02:00
parent 233216c284
commit b544c315b0
5 changed files with 152 additions and 11 deletions

View file

@ -61,7 +61,7 @@ async function buildMesh(layerData: MappedFeature) {
const material = new MeshStandardMaterial({
color: color,
metalness: 0.0,
roughness: 1.0,
roughness: 5.0,
flatShading: true,
side: DoubleSide,
wireframe: false,