From c724bb4891631de005e4e5600cde5fb6e3b44b04 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 1 Apr 2026 00:06:26 +0200 Subject: [PATCH] Revert task status and update description in animation-playback tasks --- .kiro/specs/animation-playback/tasks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.kiro/specs/animation-playback/tasks.md b/.kiro/specs/animation-playback/tasks.md index 33f2c195..2d36946c 100644 --- a/.kiro/specs/animation-playback/tasks.md +++ b/.kiro/specs/animation-playback/tasks.md @@ -61,7 +61,7 @@ Implement animation playback for imported GLB/GLTF assets in vertical slice orde - Create a document with a model instance that has `animationClipName` and `animationAutoplay` set; assert the built `RuntimeModelInstance` has the same values - _Requirements: 5.6_ -- [~] 5. Implement `AnimationMixer` lifecycle in `RuntimeHost` +- [-] 5. Implement `AnimationMixer` lifecycle in `RuntimeHost` - Add `animationMixers: Map` and `instanceAnimationClips: Map` private fields to `RuntimeHost` in `src/runtime-three/runtime-host.ts` - In `rebuildModelInstances`: after creating each render group, check `loadedModelAssets[assetId].animations`; if non-empty, create a mixer, store it, and start autoplay if configured - In `clearModelInstances`: call `mixer.stopAllAction()` and clear both maps before removing render objects