OGRE
13.6
Object-Oriented Graphics Rendering Engine
|
Subclasses of this class are responsible for performing a function on an input value for a Controller. More...
#include <OgreController.h>
Public Member Functions | |
ControllerFunction (bool deltaInput) | |
Constructor. More... | |
virtual | ~ControllerFunction () |
virtual T | calculate (T sourceValue)=0 |
Subclasses of this class are responsible for performing a function on an input value for a Controller.
|
inline |
Constructor.
deltaInput | If true, function will add input values together and wrap at 1.0 before evaluating |
|
inlinevirtual |
|
pure virtual |