Predefined controller value for getting / setting a texture coordinate modifications (scales and translates).
More...
#include <OgrePredefinedControllers.h>
|
| TexCoordModifierControllerValue (TextureUnitState *t, bool translateU=false, bool translateV=false, bool scaleU=false, bool scaleV=false, bool rotate=false) |
| Constructor. More...
|
|
Real | getValue (void) const |
|
void | operator delete (void *ptr) |
|
void | operator delete (void *ptr, void *) |
|
void | operator delete (void *ptr, const char *, int, const char *) |
|
void | operator delete[] (void *ptr) |
|
void | operator delete[] (void *ptr, const char *, int, const char *) |
|
void * | operator new (size_t sz, const char *file, int line, const char *func) |
| operator new, with debug line info More...
|
|
void * | operator new (size_t sz) |
|
void * | operator new (size_t sz, void *ptr) |
| placement operator new More...
|
|
void * | operator new[] (size_t sz, const char *file, int line, const char *func) |
| array operator new, with debug line info More...
|
|
void * | operator new[] (size_t sz) |
|
void | setValue (Real value) |
|
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.
◆ TexCoordModifierControllerValue()
Ogre::TexCoordModifierControllerValue::TexCoordModifierControllerValue |
( |
TextureUnitState * |
t, |
|
|
bool |
translateU = false , |
|
|
bool |
translateV = false , |
|
|
bool |
scaleU = false , |
|
|
bool |
scaleV = false , |
|
|
bool |
rotate = false |
|
) |
| |
Constructor.
- Parameters
-
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. |
◆ getValue()
Real Ogre::TexCoordModifierControllerValue::getValue |
( |
void |
| ) |
const |
|
virtual |
◆ operator delete() [1/3]
◆ operator delete() [2/3]
◆ operator delete() [3/3]
◆ operator delete[]() [1/2]
◆ operator delete[]() [2/2]
◆ operator new() [1/3]
template<class Alloc >
void* Ogre::AllocatedObject< Alloc >::operator new |
( |
size_t |
sz, |
|
|
const char * |
file, |
|
|
int |
line, |
|
|
const char * |
func |
|
) |
| |
|
inlineinherited |
operator new, with debug line info
◆ operator new() [2/3]
◆ operator new() [3/3]
◆ operator new[]() [1/2]
template<class Alloc >
void* Ogre::AllocatedObject< Alloc >::operator new[] |
( |
size_t |
sz, |
|
|
const char * |
file, |
|
|
int |
line, |
|
|
const char * |
func |
|
) |
| |
|
inlineinherited |
array operator new, with debug line info
◆ operator new[]() [2/2]
◆ setValue()
void Ogre::TexCoordModifierControllerValue::setValue |
( |
Real |
value | ) |
|
|
virtual |
The documentation for this class was generated from the following file: