Simple help

raeez

18-02-2007 20:51:05

Hi, I'm trying to use OgreOde, but I can't get it to work. I've created bodies, specified gravity and dWorldQuickStep is called every turn, but nothing moves. (i.e. nothing actually is working (gravity etc.)) Is there anything else required to get ogreode working?

rewb0rn

18-02-2007 21:29:39

You dont need to call dWorldQuickStep but create a Stepper and call the step method every frame. See OgreOde::Stepper. Also check the demos for more information about how to set up your application.

raeez

18-02-2007 21:46:48

thanks