Add terrain heights
This commit is contained in:
parent
3e6504d6b0
commit
d2987d07c4
5 changed files with 108 additions and 98 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue