Implement object selection

This commit is contained in:
Nettika 2026-01-29 01:26:33 -08:00
parent 08cdf0d41a
commit aa7e588980
No known key found for this signature in database
4 changed files with 89 additions and 4 deletions

View file

@ -87,9 +87,9 @@ A step-by-step checklist for porting MatterControl's design features to a Vue +
### Object Picking
- [x] Add Raycaster for mouse picking
- [ ] Implement click-to-select single object
- [ ] Implement click-on-empty to deselect
- [ ] Add `selectedObjects` array to Pinia store
- [x] Implement click-to-select single object
- [x] Implement click-on-empty to deselect
- [x] Add `selectedObjects` array to Pinia store
- [ ] Implement Shift+click for multi-select
- [ ] Implement Ctrl+click to toggle selection
- [ ] Add "Select All" (Ctrl+A) shortcut