#include <OgrePredefinedControllers.h>
Inheritance diagram for Ogre::AnimationControllerFunction:
Public Methods | |
AnimationControllerFunction (Real sequenceTime, Real timeOffset=0.0f) | |
Constructor. More... | |
Real | calculate (Real source) |
Overriden function. More... | |
Protected Methods | |
Real | getAdjustedInput (Real input) |
Gets the input value as adjusted by any delta. More... | |
Protected Attributes | |
Real | mSeqTime |
Real | mTime |
bool | mDeltaInput |
If true, function will add imput values together and wrap at 1.0 before evaluating. More... | |
Real | mDeltaCount |
|
Constructor.
|
|
Overriden function.
Implements Ogre::ControllerFunction. |
|
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