Link Objects [jBullet]

Post Reply
guiramos
Posts: 11
Joined: Fri Dec 18, 2009 7:19 pm

Link Objects [jBullet]

Post 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.
.jayderyu
Posts: 19
Joined: Sat Jan 17, 2009 10:51 am

Re: Link Objects [jBullet]

Post 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 :)
Post Reply