#include <OgreController.h>
Inheritance diagram for Ogre::ControllerFunction:
Public Methods | |
ControllerFunction (bool deltaInput) | |
Constructor. More... | |
virtual Real | calculate (Real sourceValue)=0 |
Protected Methods | |
Real | getAdjustedInput (Real input) |
Gets the input value as adjusted by any delta. More... | |
Protected Attributes | |
bool | mDeltaInput |
If true, function will add imput values together and wrap at 1.0 before evaluating. More... | |
Real | mDeltaCount |
You are free to create your own subclasses in order to define any function you wish.
|
Constructor.
|
|
Implemented in Ogre::AnimationControllerFunction. |
|
Gets the input value as adjusted by any delta.
Reimplemented in Ogre::WaveformControllerFunction. |
|
|
|
If true, function will add imput values together and wrap at 1.0 before evaluating.
|
Copyright © 2002 by The OGRE Team