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

Car control and physics attempt #1 #57

Merged
merged 11 commits into from
Sep 8, 2021
Merged

Car control and physics attempt #1 #57

merged 11 commits into from
Sep 8, 2021

Conversation

jeff-1amstudios
Copy link
Collaborator

@jeff-1amstudios jeff-1amstudios commented Sep 8, 2021

Screen.Recording.2021-09-08.at.12.39.53.PM.mov

We can now drive our car around! Accelerate, brake, steering, handbrake all implemented.

The handling seems a bit more squirrely than the original currently. The implementation is pretty complicated with lots of parts that we don't quite understand so its a monster to debug.

  • Added a 30fps limiter, seems to help the physics calculations
  • Implemented speedo, rev counter 2d UI
  • Implemented proper line of sight rendering for the track instead of just rendering the whole thing every frame
  • Still fall through the world when wheels leave the ground as collision detection is not implemented yet

@jeff-1amstudios jeff-1amstudios merged commit f1ed9ff into master Sep 8, 2021
@jeff-1amstudios jeff-1amstudios deleted the car_controls branch September 8, 2021 01:19
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

Successfully merging this pull request may close these issues.

1 participant