Migrate scene state to Pinia store

This commit is contained in:
Nettika 2026-01-29 00:24:41 -08:00
parent 862f31f6c4
commit f2dc318f09
No known key found for this signature in database
4 changed files with 81 additions and 78 deletions

View file

@ -54,7 +54,7 @@ A step-by-step checklist for porting MatterControl's design features to a Vue +
- [x] Implement `addObject()` function
- [x] Implement `removeObject()` function
- [x] Implement `clearScene()` function
- [ ] Add scene object list to Pinia store
- [x] Add scene object list to Pinia store
---