Archive 17/01/2023.

Combine multiple Rigidbodies?

rifai

I have several nodes with rigidbody. I want to “join” them as one object.

A quick search on Bullet forum, I found the solution is using Fixed Constraint. But, Urho3d don’t have the implementation of this constraint. Do anyone know alternative solutions?

Enhex

Urho does have constraints.
Also if u just want to combine the shapes into a single rigid body you can create compound shapes.
read:

rifai

Oh, I didn’t know we can use several shapes. :rofl:
Thank you, this is what I’m looking for.