Page 1 of 1

Link Objects [jBullet]

Posted: Fri Jan 08, 2010 4:06 pm
by guiramos
Hi. How can I link objects?

Imagine a cube sitting on origin and another one (linked to the first one) sitting on 10,0,0. How can I rotate or even move the first one and the other guy follow its motion. But related to.

If I rotate the first one around the Y axis, the other guy should orbit around.

Re: Link Objects [jBullet]

Posted: Tue Jan 12, 2010 6:12 pm
by .jayderyu
Use a constraint.

Depending on how you want it to rotate around you can use a Ball and Socket style, hinge or Generic6DoFContraint. There are descriptions in the manual :)