Add dark mode, range slider, reset view
This commit is contained in:
parent
7d197d73ef
commit
2388ce2883
6 changed files with 181 additions and 34 deletions
|
@ -64,9 +64,9 @@ export function buildScene(container: HTMLElement, extent: Extent) {
|
|||
controls.maxDistance = maxSize * 3;
|
||||
controls.minDistance = maxSize / 5;
|
||||
controls.update();
|
||||
controls.saveState();
|
||||
|
||||
// Scene
|
||||
// set wireframe to false on initial load
|
||||
// Set wireframe to false on initial load
|
||||
scene = new Scene();
|
||||
scene.userData.wireframe = false;
|
||||
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue