Fix wireframe mode for cap meshes
This commit is contained in:
parent
419b58fe56
commit
c20b682d33
3 changed files with 40 additions and 7 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue