diff --git a/src/runtime-three/runtime-host.ts b/src/runtime-three/runtime-host.ts index 8ff92cbe..7576b5cf 100644 --- a/src/runtime-three/runtime-host.ts +++ b/src/runtime-three/runtime-host.ts @@ -61,6 +61,8 @@ export class RuntimeHost { private readonly localLightObjects = new Map(); private readonly modelRenderObjects = new Map(); private readonly materialTextureCache = new Map(); + private readonly animationMixers = new Map(); + private readonly instanceAnimationClips = new Map(); private readonly controllerContext: RuntimeControllerContext; private readonly renderer: WebGLRenderer | null; private runtimeScene: RuntimeSceneDefinition | null = null;