Next: step
Up: Scalable Real-Time Engine: SRTEngine
Previous: Run console menu
Contents
Index
scale
controls the speed of time flow by the scale factor
- 0.1 for 10 times slower than real time
- 1 as fast as
real time;
- 10 for 10 times faster than real time;
- 0 or
greater than 1000,000 for as fast as possible;
The corresponding application programming interfaces (APIs) are:
double SRTEngine::GetTimeScale() const { return m_time_scale; }
void SRTEngine::SetTimeScale(double ts).
MHHwang
2007-05-07