auto-git:

[change] src/viewport-three/viewport-host.ts
This commit is contained in:
2026-04-22 14:02:48 +02:00
parent ee0372fee9
commit a328dc1998

View File

@@ -7670,6 +7670,14 @@ export class ViewportHost {
this.localLightRenderObjects.clear();
}
private clearLightVolumes() {
for (const renderObjects of this.lightVolumeRenderObjects.values()) {
this.lightVolumeGroup.remove(renderObjects.group);
}
this.lightVolumeRenderObjects.clear();
}
private clearBrushMeshes() {
for (const renderObjects of this.brushRenderObjects.values()) {
this.brushGroup.remove(renderObjects.mesh);