#include <OgrePredefinedControllers.h>
Inheritance diagram for Ogre::AnimationControllerFunction:
Public Methods | |
AnimationControllerFunction (Real sequenceTime, Real timeOffset=0.0f) | |
Constructor. | |
Real | calculate (Real source) |
Overriden function. | |
Protected Methods | |
Real | getAdjustedInput (Real input) |
Gets the input value as adjusted by any delta. | |
Protected Attributes | |
Real | mSeqTime |
Real | mTime |
bool | mDeltaInput |
If true, function will add imput values together and wrap at 1.0 before evaluating. | |
Real | mDeltaCount |
Definition at line 155 of file OgrePredefinedControllers.h.
|
Constructor.
Definition at line 196 of file OgrePredefinedControllers.cpp. References mSeqTime, mTime, and Ogre::Real. |
|
Overriden function.
Implements Ogre::ControllerFunction< Real >. Definition at line 203 of file OgrePredefinedControllers.cpp. References mSeqTime, mTime, and Ogre::Real. |
|
Gets the input value as adjusted by any delta.
Reimplemented in Ogre::WaveformControllerFunction. Definition at line 56 of file OgreController.h. Referenced by Ogre::ScaleControllerFunction::calculate(). |
|
Definition at line 52 of file OgreController.h. Referenced by Ogre::WaveformControllerFunction::WaveformControllerFunction(). |
|
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::WaveformControllerFunction::getAdjustedInput(). |
|
Definition at line 158 of file OgrePredefinedControllers.h. Referenced by AnimationControllerFunction(), and calculate(). |
|
Definition at line 159 of file OgrePredefinedControllers.h. Referenced by AnimationControllerFunction(), and calculate(). |
Copyright © 2002-2003 by The OGRE Team
Last modified Wed Jan 21 00:15:46 2004