#include <OgrePredefinedControllers.h>
Inheritance diagram for Ogre::FloatGpuParameterControllerValue:
Public Methods | |
FloatGpuParameterControllerValue (GpuProgramParameters *params, size_t index) | |
Constructor. | |
~FloatGpuParameterControllerValue () | |
Real | getValue (void) const |
void | setValue (Real value) |
Protected Attributes | |
GpuProgramParameters * | 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 params. |
|
Definition at line 145 of file OgrePredefinedControllers.h. |
|
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, Ogre::GpuProgramParameters::setConstant(), 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 Sun Nov 28 19:50:33 2004