Predefined controller value for getting / setting a texture coordinate modifications (scales and translates).
More...
|
| TextureAnimationControllerValue (Ogre::HlmsDatablock *datablock, Ogre::uint8 textureUnit) |
| Constructor.
|
|
Ogre::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 | rotationAnimation (bool rotate) |
| rotationAnimation.
|
|
void | scaleAnimation (bool scaleU, bool scaleV) |
| scaleAnimation.
|
|
void | scrollAnimation (bool translateU, bool translateV) |
| scrollAnimation.
|
|
void | setValue (Ogre::Real value) |
|
void | tiledAnimation (Ogre::uint16 numFramesHorizontal, Ogre::uint16 numFramesVertical) |
| tiledAnimation.
|
|
Predefined controller value for getting / setting a texture coordinate modifications (scales and translates).
- Because of the nature of this value, it can accept values outside the 0..1 parametric range.