Remove height provider from geo-three
This commit is contained in:
parent
233216c284
commit
b544c315b0
5 changed files with 152 additions and 11 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue