#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. Referenced by Ogre::ControllerFunction< Real >::ControllerFunction(), and Ogre::ControllerFunction< Real >::getAdjustedInput(). |
|
|||||
|
If true, function will add imput values together and wrap at 1.0 before evaluating.
Definition at line 51 of file OgreController.h. Referenced by Ogre::ControllerFunction< Real >::ControllerFunction(), and Ogre::ControllerFunction< Real >::getAdjustedInput(). |
Copyright © 2000-2005 by The OGRE Team

This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sun Jan 21 10:02:03 2007