What is a timestep?

SONB

02-08-2006 16:12:57

Hi all!

Can anyone explain, what timestep is?

Thanx a lot in advance! :wink:



SONB

gzmzhen

08-08-2006 02:13:42

What part of code are you referring to? Maybe an example will help us understand more of what it is that you want to know.

HexiDave

08-08-2006 02:45:41

If refering to OgreNewt's timesteps, it's each time OgreNewt::World::update() is called - you can see the code in the OgreNewt::BasicFrameListener() function. That function gets called each frame (if you add it as a frameListener like in the tutorials), but update() might get called more or less depending on frame-rate (to keep it stable.)