Fix axeshelper
This commit is contained in:
parent
ace70de978
commit
6fc5e442ab
4 changed files with 65 additions and 39 deletions
|
@ -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 };
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue