Aaron Franke 5646c6a7a8 Open and save 3D demos in Godot 4.3 stable (#1109) | пре 4 месеци | |
---|---|---|
.. | ||
car_select | пре 7 месеци | |
screenshots | пре 2 година | |
town | пре 4 месеци | |
vehicles | пре 4 месеци | |
.gitattribute | пре 6 година | |
README.md | пре 5 месеци | |
icon.webp | пре 1 година | |
icon.webp.import | пре 1 година | |
project.godot | пре 4 месеци | |
spedometer.gd | пре 7 месеци |
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.