From 602b38cb4368858d3e46e5d964c2bd2774f00118 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Tue, 31 Mar 2026 23:58:06 +0200 Subject: [PATCH] Mark task completion for extending LoadedModelAsset with animation clips --- .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 fb5b9348..3122aab8 100644 --- a/.kiro/specs/animation-playback/tasks.md +++ b/.kiro/specs/animation-playback/tasks.md @@ -23,7 +23,7 @@ Implement animation playback for imported GLB/GLTF assets in vertical slice orde - Generate pairs of instances differing only in `animationClipName` or `animationAutoplay`; assert `areModelInstancesEqual` returns false - **Validates: Requirements 2.9** -- [-] 2. Extend `LoadedModelAsset` with animation clips +- [x] 2. Extend `LoadedModelAsset` with animation clips - Add `animations: AnimationClip[]` to the `LoadedModelAsset` interface in `src/assets/gltf-model-import.ts` - Update `createLoadedModelAsset` to accept and store `gltf.animations` - Update all call sites (`importModelAssetFromFiles`, `loadModelAssetFromStorage`) to pass the clips