[ODE] ODE - Constant speed in different qualities boxes

Luke Palmer luke at luqui.org
Tue Mar 16 08:45:52 MST 2004


phobos writes:
> Hi Ode
> 
> In begining i have empty world
> in time i drop at world 13 boxes
> later i again drop 13 boxes.
>  and in next time when i drop more boxes, all simulation begin work more slowely
> 
> How i can keep constaint speed of simulation ? very need

I write a lot of games, so it's important to keep the "real" speed
regardless of what your frame rate is.  The way you do this is measure
the time between the previous two frames, and then use that as the next
time step.

If you need more specific help, just ask.

Luke



More information about the ODE mailing list