#include <OgreController.h>
Public Member Functions | |
ControllerFunction (bool deltaInput) | |
Constructor. | |
virtual | ~ControllerFunction () |
virtual T | calculate (T sourceValue)=0 |
Protected Member Functions | |
T | getAdjustedInput (T input) |
Gets the input value as adjusted by any delta. | |
Protected Attributes | |
bool | mDeltaInput |
If true, function will add imput values together and wrap at 1.0 before evaluating. | |
T | mDeltaCount |
Definition at line 47 of file OgreController.h.
|
Constructor.
Definition at line 81 of file OgreController.h. |
|
Definition at line 87 of file OgreController.h. |
|
Implemented in Ogre::PassthroughControllerFunction, Ogre::AnimationControllerFunction, Ogre::ScaleControllerFunction, and Ogre::WaveformControllerFunction. |
|
Gets the input value as adjusted by any delta.
Reimplemented in Ogre::WaveformControllerFunction. Definition at line 56 of file OgreController.h. |
|
Definition at line 52 of file OgreController.h. |
|
If true, function will add imput values together and wrap at 1.0 before evaluating.
Definition at line 51 of file OgreController.h. |
Copyright © 2000-2005 by The OGRE Team
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sun Mar 12 14:38:36 2006