#include <OgrePredefinedControllers.h>
Inheritance diagram for Ogre::ScaleControllerFunction:
Public Methods | |
ScaleControllerFunction (Real scalefactor, bool deltaInput) | |
Constructor, requires a scale factor. More... | |
Real | calculate (Real source) |
Overriden method. More... | |
Protected Methods | |
Real | getAdjustedInput (Real input) |
Gets the input value as adjusted by any delta. More... | |
Protected Attributes | |
Real | mScale |
bool | mDeltaInput |
If true, function will add imput values together and wrap at 1.0 before evaluating. More... | |
Real | mDeltaCount |
|
Constructor, requires a scale factor.
|
|
Overriden method.
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