#include <OgrePredefinedControllers.h>
Inheritance diagram for Ogre::ScaleControllerFunction:
Public Methods | |
ScaleControllerFunction (Real scalefactor, bool deltaInput) | |
Constructor, requires a scale factor. | |
Real | calculate (Real source) |
Overriden method. | |
Protected Methods | |
Real | getAdjustedInput (Real input) |
Gets the input value as adjusted by any delta. | |
Protected Attributes | |
Real | mScale |
bool | mDeltaInput |
If true, function will add imput values together and wrap at 1.0 before evaluating. | |
Real | mDeltaCount |
Definition at line 179 of file OgrePredefinedControllers.h.
|
Constructor, requires a scale factor.
Definition at line 216 of file OgrePredefinedControllers.cpp. References mScale, and Ogre::Real. |
|
Overriden method.
Implements Ogre::ControllerFunction< Real >. Definition at line 221 of file OgrePredefinedControllers.cpp. References Ogre::ControllerFunction< Real >::getAdjustedInput(), mScale, 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 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 182 of file OgrePredefinedControllers.h. Referenced by calculate(), and ScaleControllerFunction(). |
Copyright © 2002-2003 by The OGRE Team
Last modified Sun Nov 28 19:51:33 2004