|  | OGRE 2.1
    Object-Oriented Graphics Rendering Engine | 
Predefined controller value for getting / setting a texture coordinate modifications (scales and translates). More...
#include <OgrePredefinedControllers.h>
 Inheritance diagram for Ogre::TexCoordModifierControllerValue:
 Inheritance diagram for Ogre::TexCoordModifierControllerValue:| Public Member Functions | |
| TexCoordModifierControllerValue (TextureUnitState *t, bool translateU=false, bool translateV=false, bool scaleU=false, bool scaleV=false, bool rotate=false) | |
| Constructor. | |
| Real | getValue (void) const | 
| void | operator delete (void *ptr) | 
| void | operator delete (void *ptr, const char *, int, const char *) | 
| void | operator delete (void *ptr, void *) | 
| void | operator delete[] (void *ptr) | 
| void | operator delete[] (void *ptr, const char *, int, const char *) | 
| void * | operator new (size_t sz) | 
| void * | operator new (size_t sz, const char *file, int line, const char *func) | 
| operator new, with debug line info | |
| void * | operator new (size_t sz, void *ptr) | 
| placement operator new | |
| void * | operator new[] (size_t sz) | 
| void * | operator new[] (size_t sz, const char *file, int line, const char *func) | 
| array operator new, with debug line info | |
| void | setValue (Real value) | 
Predefined controller value for getting / setting a texture coordinate modifications (scales and translates).
| Ogre::TexCoordModifierControllerValue::TexCoordModifierControllerValue | ( | TextureUnitState * | t, | 
| bool | translateU = false, | ||
| bool | translateV = false, | ||
| bool | scaleU = false, | ||
| bool | scaleV = false, | ||
| bool | rotate = false | ||
| ) | 
Constructor.
| t | TextureUnitState to apply the modification to. | 
| translateU | If true, the u coordinates will be translated by the modification. | 
| translateV | If true, the v coordinates will be translated by the modification. | 
| scaleU | If true, the u coordinates will be scaled by the modification. | 
| scaleV | If true, the v coordinates will be scaled by the modification. | 
| rotate | If true, the texture will be rotated by the modification. | 
Implements Ogre::ControllerValue< Real >.
| 
 | inlineinherited | 
| 
 | inlineinherited | 
| 
 | inlineinherited | 
| 
 | inlineinherited | 
| 
 | inlineinherited | 
| 
 | inlineinherited | 
operator new, with debug line info
placement operator new
| 
 | inlineinherited | 
| 
 | inlineinherited | 
array operator new, with debug line info
Implements Ogre::ControllerValue< Real >.