#include <OgrePredefinedControllers.h>
Inheritance diagram for Ogre::WaveformControllerFunction:
Public Member Functions | |
WaveformControllerFunction (WaveformType wType, Real base=0, Real frequency=1, Real phase=0, Real amplitude=1, bool deltaInput=true, Real dutyCycle=0.5) | |
Default contructor, requires at least a wave type, other parameters can be defaulted unless required. | |
Real | calculate (Real source) |
Overriden function. | |
Protected Member Functions | |
Real | getAdjustedInput (Real input) |
Overridden from ControllerFunction. | |
Protected Attributes | |
WaveformType | mWaveType |
Real | mBase |
Real | mFrequency |
Real | mPhase |
Real | mAmplitude |
Real | mDutyCycle |
bool | mDeltaInput |
If true, function will add imput values together and wrap at 1.0 before evaluating. | |
Real | mDeltaCount |
Definition at line 253 of file OgrePredefinedControllers.h.
|
Default contructor, requires at least a wave type, other parameters can be defaulted unless required.
|
|
Overriden function.
Implements Ogre::ControllerFunction< Real >. |
|
Overridden from ControllerFunction.
Reimplemented from Ogre::ControllerFunction< Real >. |
|
Definition at line 260 of file OgrePredefinedControllers.h. |
|
Definition at line 257 of file OgrePredefinedControllers.h. |
|
Definition at line 56 of file OgreController.h. |
|
If true, function will add imput values together and wrap at 1.0 before evaluating.
Definition at line 55 of file OgreController.h. |
|
Definition at line 261 of file OgrePredefinedControllers.h. |
|
Definition at line 258 of file OgrePredefinedControllers.h. |
|
Definition at line 259 of file OgrePredefinedControllers.h. |
|
Definition at line 256 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 Jul 8 15:22:49 2007