#include <OgrePredefinedControllers.h>
Public Member Functions | |
ScaleControllerFunction (Real scalefactor, bool deltaInput) | |
Constructor, requires a scale factor. | |
Real | calculate (Real source) |
Overriden method. | |
virtual T | calculate (T sourceValue)=0 |
Protected Member Functions | |
T | getAdjustedInput (T 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. | |
T | mDeltaCount |
Definition at line 213 of file OgrePredefinedControllers.h.
Ogre::ScaleControllerFunction::ScaleControllerFunction | ( | Real | scalefactor, | |
bool | deltaInput | |||
) |
Constructor, requires a scale factor.
scalefactor | The multipier applied to the input to produce the output. | |
deltaInput | If true, signifies that the input will be a delta value such that the function should add it to an internal counter before calculating the output. |
T Ogre::ControllerFunction< T >::getAdjustedInput | ( | T | input | ) | [protected, inherited] |
virtual T Ogre::ControllerFunction< T >::calculate | ( | T | sourceValue | ) | [pure virtual, inherited] |
Real Ogre::ScaleControllerFunction::mScale [protected] |
Definition at line 216 of file OgrePredefinedControllers.h.
bool Ogre::ControllerFunction< T >::mDeltaInput [protected, inherited] |
If true, function will add imput values together and wrap at 1.0 before evaluating.
Definition at line 55 of file OgreController.h.
Referenced by Ogre::ControllerFunction< float >::ControllerFunction(), and Ogre::ControllerFunction< float >::getAdjustedInput().
T Ogre::ControllerFunction< T >::mDeltaCount [protected, inherited] |
Definition at line 56 of file OgreController.h.
Referenced by Ogre::ControllerFunction< float >::ControllerFunction(), and Ogre::ControllerFunction< float >::getAdjustedInput().
Copyright © 2000-2005 by The OGRE Team
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sat May 10 16:27:59 2008