0 votes

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?

in Engine by (34 points)

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.

1 Answer

0 votes
Best answer

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

connect these with correct order.

by (163 points)
selected by
Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.