Fix wireframe mode for cap meshes

This commit is contained in:
Fuhrmann 2025-03-07 14:15:38 +01:00
parent 419b58fe56
commit c20b682d33
3 changed files with 40 additions and 7 deletions

View file

@ -92,6 +92,7 @@ export function buildScene(container: HTMLElement, extent: Extent) {
// Scene will hold all our elements such as objects, cameras and lights
scene = new Scene();
scene.userData.wireframe = false;
// Add lights to the scene
const lights = buildDefaultLights();