Fix axeshelper

This commit is contained in:
Fuhrmann 2025-03-25 14:02:17 +01:00
parent ace70de978
commit 6fc5e442ab
4 changed files with 65 additions and 39 deletions

View file

@ -470,6 +470,7 @@ async function init(container: HTMLElement, modelId = MODEL_ID) {
map.rotateX(Math.PI / 2);
map.name = "topography";
map.visible = false;
scene.add(map);
return { scene, model, dragControls, camera, extent, controls, renderer };