Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

procedural foot placement #5

Open
Novakasa opened this issue Jul 12, 2024 · 0 comments
Open

procedural foot placement #5

Novakasa opened this issue Jul 12, 2024 · 0 comments

Comments

@Novakasa
Copy link
Owner

this might be the strategy:

  • once a locked foot exceeds a certain distance (from hip position?) and the mapped velocity would increase that distance, unlock that foot
  • continuously update the next target lock position while the foot is unlocked, probably have a fixed time of how long the foot is in the air
  • the naive target position should be current position + foot offset + extrapolation based on current forces assuming the normal stays the same (extrapolate along plane). The actual position is then calculated with a raycast to this position.
  • we probably need a mechanism so both feet are kind of operating on a cycle as well with opposite phases, not sure yet how this interacts with the first point
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant