Add terrain heights

This commit is contained in:
Fuhrmann 2025-03-13 15:11:08 +01:00
parent 3e6504d6b0
commit d2987d07c4
5 changed files with 108 additions and 98 deletions

View file

@ -118,10 +118,7 @@ export function Form() {
function handleCheckboxChange(name: string) {
if (!sceneView) return;
const mesh = sceneView.model.getObjectByName(name);
if (mesh) {
mesh.visible = !mesh.visible;
}
sceneView.toggleLayerVisibility(name);
}
function handleChangeTopography() {