Aaron Franke 5646c6a7a8 Open and save 3D demos in Godot 4.3 stable (#1109) | vor 4 Monaten | |
---|---|---|
.. | ||
car_select | vor 7 Monaten | |
screenshots | vor 2 Jahren | |
town | vor 4 Monaten | |
vehicles | vor 4 Monaten | |
.gitattribute | vor 7 Jahren | |
README.md | vor 6 Monaten | |
icon.webp | vor 1 Jahr | |
icon.webp.import | vor 1 Jahr | |
project.godot | vor 4 Monaten | |
spedometer.gd | vor 7 Monaten |
This is a demo implementing different types of trucks of varying complexity using vehicle physics.
Controls:
On mobile platforms, the vehicle automatically accelerates. Touch the left and right edges of the screen to steer. Touch the middle of the screen to brake/reverse (this also temporarily stops acceleration).
Language: GDScript
Renderer: Forward+
Check out this demo on the asset library: https://godotengine.org/asset-library/asset/2752
The base vehicle uses a
VehicleBody3D
node. The trailer truck is tied together using a
ConeJointTwist
node, and the tow truck is tried together using a chain made of
RigidBody3D
nodes which are pinned together using
PinJoint
nodes.