#include <OgrePredefinedControllers.h>
Inheritance diagram for Ogre::TexCoordModifierControllerValue:
Public Methods | |
TexCoordModifierControllerValue (Material::TextureLayer *t, bool translateU=false, bool translateV=false, bool scaleU=false, bool scaleV=false, bool rotate=false) | |
Constructor. More... | |
Real | getValue (void) |
void | setValue (Real value) |
Protected Attributes | |
bool | mTransU |
bool | mTransV |
bool | mScaleU |
bool | mScaleV |
bool | mRotate |
Material::TextureLayer * | mTextureLayer |
Because of the nature of this value, it can accept values outside the 0..1 parametric range.
|
Constructor.
|
|
Implements Ogre::ControllerValue. |
|
Implements Ogre::ControllerValue. |
|
|
|
|
|
|
|
|
|
|
|
|
Copyright © 2002 by The OGRE Team