|
il y a 1 an | |
---|---|---|
.. | ||
car_select | il y a 2 ans | |
screenshots | il y a 2 ans | |
town | il y a 2 ans | |
vehicles | il y a 2 ans | |
.gitattribute | il y a 7 ans | |
README.md | il y a 2 ans | |
default_env.tres | il y a 2 ans | |
icon.webp | il y a 2 ans | |
icon.webp.import | il y a 2 ans | |
project.godot | il y a 1 an | |
spedometer.gd | il y a 2 ans |
This is a demo implementing different types of trucks of varying complexity using vehicle physics.
Controls:
Language: GDScript
Renderer: Forward Plus
Check out this demo on the asset library: https://godotengine.org/asset-library/asset/524
The base vehicle uses a
VehicleBody
node. The trailer truck is tied together using a
ConeJointTwist
node, and the tow truck is tried together using a chain made of
RigidBody
nodes which are pinned together using
PinJoint
nodes.