Add axis visibility toggle prop

This commit is contained in:
Nettika 2026-01-28 23:48:10 -08:00
parent 48821f5d51
commit eb263061c1
No known key found for this signature in database
2 changed files with 13 additions and 2 deletions

View file

@ -39,7 +39,7 @@ A step-by-step checklist for porting MatterControl's design features to a Vue +
- [x] Add ground grid helper (XZ plane)
- [x] Add axis helper (RGB arrows for X/Y/Z)
- [x] Add option to toggle grid visibility
- [ ] Add option to toggle axis visibility
- [x] Add option to toggle axis visibility
### Camera Controls
- [ ] Install and configure OrbitControls (zoom, pan, orbit)