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.