Skip to content

v0.1.8-dev

Compare
Choose a tag to compare
@qhdwight qhdwight released this 28 Feb 22:44
· 17 commits to main since this release
7111389
  • Support sloped ground
  • Better logic for not falling off ledge while crouching. Now you can move in direction along ledge as we only subtract off component that is overhanging. Still not happy as there are some edges cases where you can fall off.
  • Internal calculations modify linvel in-place instead of keeping a separate variable. An example is when you run into a wall you want your velocity to diminish instead of remaining a pegged value. Then you don't glitch and fly off the wall when finally free.
  • Add real playground scene that I modeled in Blender and exported with GLTF.
  • Beta step offset feature, disabled by default

PR: #15

controller_demo.mp4