Add camera mode

This commit is contained in:
Nettika 2026-01-29 23:54:34 -08:00
parent 54137379c7
commit 737f4dbbb3
No known key found for this signature in database
3 changed files with 409 additions and 13 deletions

View file

@ -140,9 +140,9 @@ A step-by-step checklist for porting MatterControl's design features to a Vue +
- [x] Hover effect: handles grow subtly and brighten
### Camera Mode (Alt Modifier)
- [ ] Left-drag: orbit camera
- [ ] Right-drag: pan camera
- [ ] Left-click object: center/zoom camera on object
- [x] Left-drag: orbit camera
- [x] Right-drag: pan camera
- [x] Left-click object: center/zoom camera on object
### Shift Modifier Behaviors
- [ ] Click with Shift: add to selection (already in Phase 4)