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


Public Methods | |
| TexCoordModifierControllerValue (TextureUnitState *t, bool translateU=false, bool translateV=false, bool scaleU=false, bool scaleV=false, bool rotate=false) | |
| Constructor. | |
| Real | getValue (void) const |
| void | setValue (Real value) |
Protected Attributes | |
| bool | mTransU |
| bool | mTransV |
| bool | mScaleU |
| bool | mScaleV |
| bool | mRotate |
| TextureUnitState * | mTextureLayer |
Because of the nature of this value, it can accept values outside the 0..1 parametric range.
Definition at line 85 of file OgrePredefinedControllers.h.
|
||||||||||||||||||||||||||||
|
Constructor.
Definition at line 98 of file OgrePredefinedControllers.cpp. References mRotate, mScaleU, mScaleV, mTextureLayer, mTransU, and mTransV. |
|
|
Implements Ogre::ControllerValue< Real >. Definition at line 109 of file OgrePredefinedControllers.cpp. References Ogre::TextureUnitState::getTextureTransform(), mTextureLayer, and Ogre::Real. |
|
|
Implements Ogre::ControllerValue< Real >. Definition at line 132 of file OgrePredefinedControllers.cpp. References mTextureLayer, Ogre::Real, Ogre::TextureUnitState::setTextureRotate(), Ogre::TextureUnitState::setTextureUScale(), Ogre::TextureUnitState::setTextureUScroll(), Ogre::TextureUnitState::setTextureVScale(), and Ogre::TextureUnitState::setTextureVScroll(). |
|
|
Definition at line 90 of file OgrePredefinedControllers.h. Referenced by TexCoordModifierControllerValue(). |
|
|
Definition at line 89 of file OgrePredefinedControllers.h. Referenced by TexCoordModifierControllerValue(). |
|
|
Definition at line 89 of file OgrePredefinedControllers.h. Referenced by TexCoordModifierControllerValue(). |
|
|
Definition at line 91 of file OgrePredefinedControllers.h. Referenced by getValue(), setValue(), and TexCoordModifierControllerValue(). |
|
|
Definition at line 88 of file OgrePredefinedControllers.h. Referenced by TexCoordModifierControllerValue(). |
|
|
Definition at line 88 of file OgrePredefinedControllers.h. Referenced by TexCoordModifierControllerValue(). |
Copyright © 2002-2003 by The OGRE Team
Last modified Wed Jan 21 00:21:04 2004