Add dark mode, range slider, reset view

This commit is contained in:
Fuhrmann 2025-03-18 12:17:16 +01:00
parent 7d197d73ef
commit 2388ce2883
6 changed files with 181 additions and 34 deletions

View file

@ -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;