Skip to content

Commit

Permalink
GitHub doesn't like my markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
gdavid04 committed Feb 18, 2024
1 parent b3ca382 commit aa9ea9a
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# 6DOF Test

## Zero gravity space
-[x] no gravity
-[x] swim movement
-[ ] no swim up/down based on pitch
-[ ] correct on ground to use all surface orientations
-[x] no fall damage
-[ ] bump into wall damage regardless of direction
-[ ] make mob AI less helpless in zero gravity
- [x] no gravity
- [x] swim movement
- [ ] no swim up/down based on pitch
- [ ] correct on ground to use all surface orientations
- [x] no fall damage
- [ ] bump into wall damage regardless of direction
- [ ] make mob AI less helpless in zero gravity

## 6DOF
-[x] camera
-[ ] fix skybox not using the correct transform for some reason
-[ ] fix culling transform
-[x] model pose
-[ ] look around
-[ ] controls for roll
-[ ] camera relative movement (hook Entity.movementInputToVelocity)
-[ ] sync orientation
-[x] animate transition back to upright (roll)
- [x] camera
- [ ] fix skybox not using the correct transform for some reason
- [ ] fix culling transform
- [x] model pose
- [ ] look around
- [ ] controls for roll
- [ ] camera relative movement (hook Entity.movementInputToVelocity)
- [ ] sync orientation
- [x] animate transition back to upright (roll)

0 comments on commit aa9ea9a

Please sign in to comment.