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

Improve Two-Wheel and Single-Wheel Balance #1

Open
JustInvoke opened this issue Jan 7, 2017 · 0 comments
Open

Improve Two-Wheel and Single-Wheel Balance #1

JustInvoke opened this issue Jan 7, 2017 · 0 comments

Comments

@JustInvoke
Copy link
Owner

JustInvoke commented Jan 7, 2017

The VehicleBalance script is unstable, making bike and monowheel physics unsuitable for a proper game. Bikes should be able to steer and lean predictably without falling over as well as pull off wheelies/endos. Monowheels should be able to stay upright and turn on the spot. Both vehicle types also need to handle landing after catching air.

The physics should aim for balance through the AddForce and AddTorque functions or other similar methods. "Cheating" methods such as moving the center of mass below the ground should be avoided because they can lead to other undesirable behaviors.

@JustInvoke JustInvoke changed the title Improve Two and Single Wheel Balance Improve Two-Wheel and Single-Wheel Balance Jan 7, 2017
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