[Newbie] Moving object to another place

Please don't post Bullet support questions here, use the above forums instead.
codemaster
Posts: 4
Joined: Wed Jan 27, 2010 1:54 pm
Location: Poland

[Newbie] Moving object to another place

Post by codemaster »

Gentlemans,

how do i set a new position for my model i.e i want to move it from it's actual position to a new one ?
codemaster
Posts: 4
Joined: Wed Jan 27, 2010 1:54 pm
Location: Poland

Re: [Newbie] Moving object to another place

Post by codemaster »

PHYSICS_body->setWorldTransform(tr);

That looks ok,
can i ask you to confirm i am doing it the right way please?