#include <OgrePredefinedControllers.h>
Inheritance diagram for Ogre::PassthroughControllerFunction:
Public Member Functions | |
PassthroughControllerFunction (bool deltaInput=false) | |
Constructor. | |
Real | calculate (Real source) |
Overriden function. | |
Protected Member Functions | |
Real | getAdjustedInput (Realinput) |
Gets the input value as adjusted by any delta. | |
Protected Attributes | |
bool | mDeltaInput |
If true, function will add imput values together and wrap at 1.0 before evaluating. | |
Real | mDeltaCount |
Definition at line 164 of file OgrePredefinedControllers.h.
|
Constructor.
|
|
Overriden function.
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. |
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:44 2006