From 4caa673a1d4cbbb8bc4e9271f09b61e7e9875bd5 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 6 Apr 2026 17:27:49 +0200 Subject: [PATCH] Reset volume animated uniforms on clear --- src/runtime-three/runtime-host.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/runtime-three/runtime-host.ts b/src/runtime-three/runtime-host.ts index 7ad128a2..96aea0ba 100644 --- a/src/runtime-three/runtime-host.ts +++ b/src/runtime-three/runtime-host.ts @@ -956,6 +956,7 @@ export class RuntimeHost { this.brushMeshes.clear(); this.volumeAnimatedMaterials.length = 0; + this.volumeAnimatedUniforms.length = 0; } private clearModelInstances() {