Implement object selection
This commit is contained in:
parent
08cdf0d41a
commit
aa7e588980
4 changed files with 89 additions and 4 deletions
6
TODO.md
6
TODO.md
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue