#include <OgrePredefinedControllers.h>
Inheritance diagram for Ogre::FrameTimeControllerValue:
Public Methods | |
FrameTimeControllerValue () | |
bool | frameEnded (const FrameEvent &evt) |
Called just after a frame has been rendered. | |
bool | frameStarted (const FrameEvent &evt) |
Called when a frame is about to begin rendering. | |
Real | getValue (void) const |
void | setValue (Real value) |
Real | getTimeFactor (void) const |
void | setTimeFactor (Real tf) |
Protected Attributes | |
Real | mFrameTime |
Real | mTimeFactor |
Definition at line 42 of file OgrePredefinedControllers.h.
|
Definition at line 38 of file OgrePredefinedControllers.cpp. References mFrameTime, and mTimeFactor. |
|
Called just after a frame has been rendered.
Reimplemented from Ogre::FrameListener. Definition at line 54 of file OgrePredefinedControllers.cpp. |
|
Called when a frame is about to begin rendering.
Reimplemented from Ogre::FrameListener. Definition at line 47 of file OgrePredefinedControllers.cpp. References mFrameTime, mTimeFactor, and Ogre::FrameEvent::timeSinceLastFrame. |
|
Definition at line 69 of file OgrePredefinedControllers.cpp. References mTimeFactor, and Ogre::Real. |
|
Implements Ogre::ControllerValue< Real >. Definition at line 59 of file OgrePredefinedControllers.cpp. References mFrameTime, and Ogre::Real. |
|
Definition at line 73 of file OgrePredefinedControllers.cpp. References mTimeFactor, and Ogre::Real. |
|
Implements Ogre::ControllerValue< Real >. Definition at line 64 of file OgrePredefinedControllers.cpp. References Ogre::Real. |
|
Definition at line 45 of file OgrePredefinedControllers.h. Referenced by frameStarted(), FrameTimeControllerValue(), and getValue(). |
|
Definition at line 46 of file OgrePredefinedControllers.h. Referenced by frameStarted(), FrameTimeControllerValue(), getTimeFactor(), and setTimeFactor(). |
Copyright © 2002-2003 by The OGRE Team
Last modified Wed Jan 21 00:16:33 2004