[ODE] Add body to geom = no more collision

Jason Perkins starkos at gmail.com
Thu Jul 27 05:23:32 MST 2006


On 7/27/06, Chris M. <czb182 at hotmail.com> wrote:
> Im trying to do some trivial work with ODE and not getting the results I
> expect.  I created a simple
> box using dCreateBox then use dGeomSetPosition to move it.  I am getting a
> collision then, and the box does not move at all, which is expected.  Now I
> want the box to move when hit, so I made some changes.
> heres what I call.

Just a guess, but I would would attach the body to the geom before
calling dBodySetPosition(). Does that help?

Jason


More information about the ODE mailing list