auto-git:

[change] src/runtime-three/runtime-host.ts
This commit is contained in:
2026-04-22 14:00:59 +02:00
parent be44a085a6
commit 9cdd92f485

View File

@@ -2778,6 +2778,14 @@ export class RuntimeHost {
this.localLightObjects.clear();
}
private clearLightVolumes() {
for (const renderObjects of this.lightVolumeObjects.values()) {
this.lightVolumeGroup.remove(renderObjects.group);
}
this.lightVolumeObjects.clear();
}
private clearBrushMeshes() {
for (const mesh of this.brushMeshes.values()) {
this.brushGroup.remove(mesh);