[ODE] fixed time steps
Marco Grubert
mgrubert at conitec.net
Tue Dec 13 14:30:15 MST 2005
> I believe you will end up zeroing your force accumulators after the 1st
> iteration and produce incorrect results. You have to run all of your own
> simulation code after dWorldQuickStep inside the loop. (Please correct me
> if I'm wrong!)
Yes the force/torque accumulators are reset after dWorldStep. I have added
some body functions to back them up before calling dWorldStep and restore
them if we need to do a second loop in the same frame.
- Marco Grubert
More information about the ODE
mailing list