Add Raycaster for mouse picking

This commit is contained in:
Nettika 2026-01-29 01:23:34 -08:00
parent a6a7f5ba17
commit 08cdf0d41a
No known key found for this signature in database
5 changed files with 85 additions and 11 deletions

View file

@ -86,7 +86,7 @@ A step-by-step checklist for porting MatterControl's design features to a Vue +
## Phase 4: Selection System
### Object Picking
- [ ] Add Raycaster for mouse 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