auto-git:

[change] src/runtime-three/runtime-host.ts
This commit is contained in:
2026-04-22 13:11:56 +02:00
parent 1220983f98
commit e4485ada3c

View File

@@ -850,6 +850,9 @@ export class RuntimeHost {
}
this.materialTextureCache.clear();
this.dynamicWorldEnvironmentTarget?.dispose();
this.dynamicWorldEnvironmentTarget = null;
this.pmremGenerator?.dispose();
this.worldBackgroundRenderer.dispose();
this.renderer?.forceContextLoss();
this.renderer?.dispose();