Add view presets

This commit is contained in:
Nettika 2026-01-29 00:01:58 -08:00
parent 2235d3ed63
commit 0c65c9848e
No known key found for this signature in database
2 changed files with 24 additions and 1 deletions

View file

@ -45,7 +45,7 @@ A step-by-step checklist for porting MatterControl's design features to a Vue +
- [x] Install and configure OrbitControls (zoom, pan, orbit)
- [x] Add "fit to selection" camera function
- [x] Add "reset view" function (home position)
- [ ] Add view presets (front, back, top, bottom, left, right)
- [x] Add view presets (front, back, top, bottom, left, right)
- [ ] Add orthographic/perspective toggle
### Scene State Management