auto-git:
[change] src/viewport-three/viewport-host.ts
This commit is contained in:
@@ -210,6 +210,7 @@ export class ViewportHost {
|
|||||||
updateDocument(document: SceneDocument, selection: EditorSelection) {
|
updateDocument(document: SceneDocument, selection: EditorSelection) {
|
||||||
this.currentDocument = document;
|
this.currentDocument = document;
|
||||||
this.currentSelection = selection;
|
this.currentSelection = selection;
|
||||||
|
this.rebuildLocalLights(document);
|
||||||
this.rebuildBrushMeshes(document, selection);
|
this.rebuildBrushMeshes(document, selection);
|
||||||
this.rebuildEntityMarkers(document, selection);
|
this.rebuildEntityMarkers(document, selection);
|
||||||
this.rebuildModelInstances(document, selection);
|
this.rebuildModelInstances(document, selection);
|
||||||
|
|||||||
Reference in New Issue
Block a user