-
Notifications
You must be signed in to change notification settings - Fork 5
Connecting vehicles
cameni edited this page Sep 14, 2020
·
1 revision
Bones starting with joint_
are interpreted as joints and used to connect multiple vehicles.
The joint name has the following format:
joint_[joint_type_name_|][physical_type][_joint_gender]
joint_type_name
is an arbitrary string differentiating types of connectors, two objects can connect only if they are of the same joint type.
Where physical_type
can currently be:
- ball_socket
The joint_gender
can have the following values:
- male
- female
- universal - fits any other universal joint
joint_train_ball_socket_universal
- a universal joint of type "train"
Test