[ODE] A 'real' demo of ODE

Russ Smith russ at q12.org
Tue Nov 13 21:08:01 MST 2001


> It would be ideal if you could set some sort of 'safe-time' on a per
> body basis, which would determine the simulation rate for the
> stepsize for a particular island. This would require a change in the
> way ODE works though, as the collision detection would have to be
> redone between steps as well.
> Have you ever been thinking about this Russ?

kind of. the problem is that all bodies in an island have to be at
the same world time - so what happens when two islands with slightly
different times collide? (i.e. their step sizes are not simple
multiples of each other). is there some kind of time-resynchronization?
what happens? also, if the "safe" step size is set per body, how does
the island step size get set. minimum? some kind of voting?
some experimentation would be required.

of course you can simulate different worlds at different rates, but
the different worlds can not interact.

russ.

--
Russell Smith
http://www.q12.org



More information about the ODE mailing list