#include <OgrePredefinedControllers.h>
Inheritance diagram for Ogre::FloatGpuParameterControllerValue:


Public Methods | |
| FloatGpuParameterControllerValue (GpuProgramParametersSharedPtr params, size_t index) | |
| Constructor. | |
| Real | getValue (void) const |
| void | setValue (Real value) |
Protected Attributes | |
| GpuProgramParametersSharedPtr | mParams |
| The parameters to access. | |
| size_t | mParamIndex |
| The index of the parameter to e read or set. | |
Definition at line 128 of file OgrePredefinedControllers.h.
|
||||||||||||
|
Constructor.
Definition at line 175 of file OgrePredefinedControllers.cpp. References Ogre::GpuProgramParametersSharedPtr. |
|
|
Implements Ogre::ControllerValue< Real >. Definition at line 181 of file OgrePredefinedControllers.cpp. References Ogre::Real. |
|
|
Implements Ogre::ControllerValue< Real >. Definition at line 187 of file OgrePredefinedControllers.cpp. References mParamIndex, mParams, Ogre::Real, and Ogre::Vector4::x. |
|
|
The index of the parameter to e read or set.
Definition at line 134 of file OgrePredefinedControllers.h. Referenced by setValue(). |
|
|
The parameters to access.
Definition at line 132 of file OgrePredefinedControllers.h. Referenced by setValue(). |
Copyright © 2002-2003 by The OGRE Team
Last modified Wed Jan 21 00:16:10 2004