Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emilymclean/unitycardemo
A raycast based car physics demo
https://github.com/emilymclean/unitycardemo
unity
Last synced: 16 days ago
JSON representation
A raycast based car physics demo
- Host: GitHub
- URL: https://github.com/emilymclean/unitycardemo
- Owner: emilymclean
- Created: 2023-12-11T00:58:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-19T01:41:26.000Z (about 1 year ago)
- Last Synced: 2024-10-29T14:53:43.187Z (2 months ago)
- Topics: unity
- Language: C#
- Homepage:
- Size: 62.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Unity Car Demo
A raycast based car physics demo based on the model described by Toyful Games in [this video](https://www.youtube.com/watch?v=CdPYlj5uZeI)
describing their technique used for their game, Very Very Valet. The car in this demo uses approximately the same configuration as they
described for their sedan, and differs mainly in that the force calculations are calculated in each individual wheel, providing
a far more flexible system that can accomodate any number and placement of wheels.