How to get timeStep in NxOgre?

njw1985

03-04-2009 13:21:23

How to get timeStep in NxOgre?

betajaen

03-04-2009 13:32:01

0.9-1.0.22'T5?

Don't use the default time controller, and inject time manually with mWorld->simulate(dT); mWorld->render(dT)

BloodyMess

The TimeController singleton expects you to inject time into it, so go nuts.

njw1985

04-04-2009 15:30:00

ok,thanks!!