Add grid visibility toggle prop

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

View file

@ -38,7 +38,7 @@ A step-by-step checklist for porting MatterControl's design features to a Vue +
### Scene Helpers
- [x] Add ground grid helper (XZ plane)
- [x] Add axis helper (RGB arrows for X/Y/Z)
- [ ] Add option to toggle grid visibility
- [x] Add option to toggle grid visibility
- [ ] Add option to toggle axis visibility
### Camera Controls