How to create a 3D joint with 3 objects

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Kohl
:warning: Old Version Published before Godot 3 was released.

Hello, I need to create a joint between two cubes with another 3D object between them, as in the video example. https://youtu.be/n9tAkXqXsY0
In Godot I was only able to create a joint between two 3D objects using HingeJoint, but I did not find a way to insert the object that would join these two cubes (also with physics behavior).

Is it possible to create this using Godot Engine?

If i’m not wrong you can have an Object with two empty objects which are the extremes of the object who joins each other objects.
Attach to each empty object the Joint node.

UnsignedFoo | 2017-11-20 17:46

:bust_in_silhouette: Reply From: razah

two pin joint
one staticbody
two rigidbody(box and stick)

connect these with correct order.