#include <OgrePredefinedControllers.h>
Inheritance diagram for Ogre::ScaleControllerFunction:
Public Member Functions | |
ScaleControllerFunction (Real scalefactor, bool deltaInput) | |
Constructor, requires a scale factor. | |
Real | calculate (Real source) |
Overriden method. | |
Protected Member Functions | |
Real | getAdjustedInput (Realinput) |
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 204 of file OgrePredefinedControllers.h.
|
Constructor, requires a scale factor.
|
|
Overriden method.
Implements Ogre::ControllerFunction< Real >. |
|
Gets the input value as adjusted by any delta.
Reimplemented in Ogre::WaveformControllerFunction. Definition at line 56 of file OgreController.h. |
|
Definition at line 52 of file OgreController.h. |
|
If true, function will add imput values together and wrap at 1.0 before evaluating.
Definition at line 51 of file OgreController.h. |
|
Definition at line 207 of file OgrePredefinedControllers.h. |
Copyright © 2000-2005 by The OGRE Team
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sun Mar 12 14:41:45 2006