Predefined controller function which just passes through the original source directly to dest.
More...
#include <OgrePredefinedControllers.h>
|
| | PassthroughControllerFunction (bool deltaInput=false) |
| | Constructor. More...
|
| |
| Real | calculate (Real source) |
| | Overridden function. More...
|
| |
| void | operator delete (void *ptr) |
| |
| void | operator delete (void *ptr, void *) |
| |
| void | operator delete (void *ptr, const char *, int, const char *) |
| |
| void | operator delete[] (void *ptr) |
| |
| void | operator delete[] (void *ptr, const char *, int, const char *) |
| |
| void * | operator new (size_t sz, const char *file, int line, const char *func) |
| | operator new, with debug line info More...
|
| |
| void * | operator new (size_t sz) |
| |
| void * | operator new (size_t sz, void *ptr) |
| | placement operator new More...
|
| |
| void * | operator new[] (size_t sz, const char *file, int line, const char *func) |
| | array operator new, with debug line info More...
|
| |
| void * | operator new[] (size_t sz) |
| |
Predefined controller function which just passes through the original source directly to dest.
Definition at line 174 of file OgrePredefinedControllers.h.
| Ogre::PassthroughControllerFunction::PassthroughControllerFunction |
( |
bool |
deltaInput = false | ) |
|
Constructor.
- Parameters
-
| 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. |
| Real Ogre::PassthroughControllerFunction::calculate |
( |
Real |
source | ) |
|
|
virtual |
template<class Alloc >
| void* Ogre::AllocatedObject< Alloc >::operator new |
( |
size_t |
sz, |
|
|
const char * |
file, |
|
|
int |
line, |
|
|
const char * |
func |
|
) |
| |
|
inherited |
template<class Alloc >
| void* Ogre::AllocatedObject< Alloc >::operator new[] |
( |
size_t |
sz, |
|
|
const char * |
file, |
|
|
int |
line, |
|
|
const char * |
func |
|
) |
| |
|
inherited |
If true, function will add input values together and wrap at 1.0 before evaluating.
Definition at line 59 of file OgreController.h.
The documentation for this class was generated from the following file: