Skip to content

Connecting vehicles

cameni edited this page Sep 14, 2020 · 1 revision

Joints

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

Example

joint_train_ball_socket_universal - a universal joint of type "train"