Decide hybrid camera perspective

This commit is contained in:
2026-05-15 08:11:08 -07:00
parent de5b7b6dd9
commit e2279bf320
2 changed files with 57 additions and 2 deletions
+3 -2
View File
@@ -368,7 +368,8 @@ Target deliverable: A small group can join a server, spawn into one biome, gathe
- [x] Create base player character class.
- [x] Create player controller.
- [x] Create camera setup.
- [ ] Decide first-person, third-person, or hybrid camera.
- [x] Decide first-person, third-person, or hybrid camera. Decision: hybrid camera with third person as default and optional first-person toggle.
- [ ] Implement first/third-person camera toggle.
- [x] Implement movement.
- [ ] Implement sprinting.
- [ ] Define real-world baseline walking speed.
@@ -1443,4 +1444,4 @@ Earliest incomplete foundation items:
Immediate next item:
- [ ] Decide first-person, third-person, or hybrid camera.
- [ ] Implement first/third-person camera toggle.