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

Honor jump force #20

Open
pomle opened this issue Jul 30, 2015 · 1 comment
Open

Honor jump force #20

pomle opened this issue Jul 30, 2015 · 1 comment

Comments

@pomle
Copy link
Owner

pomle commented Jul 30, 2015

Since gravity was integrated into the physics trait, it is now applied after jump inertia has been applied, which makes the jump force exactly one gravity unit smaller than before.

The previous model overrode the gravity force, effectively ignoring it by setting inertia to current inertia + force.

Proposed solutions:

  • Add ~16.5 units of "missing" force.
  • Gravity trait that is applied before jump.
  • Separate gravity as a special force that can be ignored.
@pomle
Copy link
Owner Author

pomle commented Aug 3, 2015

Currently circumvented by bdf7002

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant