Update task status and description in animation-playback tasks

This commit is contained in:
2026-03-31 23:56:34 +02:00
parent 2400bf7bee
commit 2771253f0b

View File

@@ -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
- [-] 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