#include <mapper.h>
Inherits ScaleTextureMapperClass.
Public Member Functions | |
| RandomTextureMapperClass (float fps, const Vector2 &scale, unsigned int stage) | |
| RandomTextureMapperClass (const INIClass &ini, const char *section, unsigned int stage) | |
| RandomTextureMapperClass (const RandomTextureMapperClass &src) | |
| virtual int | Mapper_ID (void) const |
| virtual TextureMapperClass * | Clone (void) const |
| virtual bool | Is_Time_Variant (void) |
| virtual void | Reset (void) |
| virtual void | Calculate_Texture_Matrix (Matrix4x4 &tex_matrix) |
Public Member Functions inherited from ScaleTextureMapperClass | |
| ScaleTextureMapperClass (const Vector2 &scale, unsigned int stage) | |
| ScaleTextureMapperClass (const INIClass &ini, const char *section, unsigned int stage) | |
| ScaleTextureMapperClass (const ScaleTextureMapperClass &src) | |
| virtual void | Apply (int uv_array_index) |
Public Member Functions inherited from TextureMapperClass | |
| TextureMapperClass (unsigned int stage=0) | |
| TextureMapperClass (const TextureMapperClass &src) | |
| virtual | ~TextureMapperClass (void) |
| virtual bool | Needs_Normals (void) |
| void | Set_Stage (int stage) |
| int | Get_Stage (void) const |
Public Member Functions inherited from W3DMPO | |
| virtual | ~W3DMPO () |
Public Member Functions inherited from RefCountClass | |
| RefCountClass (void) | |
| RefCountClass (const RefCountClass &) | |
| void | Add_Ref (void) const |
| WWINLINE void | Release_Ref (void) const |
| int | Num_Refs (void) const |
| virtual void | Delete_This (void) |
Protected Member Functions | |
| void | randomize (void) |
Protected Member Functions inherited from W3DMPO | |
| virtual int | glueEnforcer () const =0 |
Protected Member Functions inherited from RefCountClass | |
| virtual | ~RefCountClass (void) |
Protected Attributes | |
| float | FPMS |
| float | Remainder |
| float | CurrentAngle |
| Vector2 | Center |
| Vector2 | Speed |
| unsigned int | LastUsedSyncTime |
Protected Attributes inherited from ScaleTextureMapperClass | |
| Vector2 | Scale |
Protected Attributes inherited from TextureMapperClass | |
| unsigned int | Stage |
RandomTextureMapperClass Modifies the textures over time
| RandomTextureMapperClass::RandomTextureMapperClass | ( | float | fps, |
| const Vector2 & | scale, | ||
| unsigned int | stage ) |
Definition at line 946 of file mapper.cpp.
| RandomTextureMapperClass::RandomTextureMapperClass | ( | const INIClass & | ini, |
| const char * | section, | ||
| unsigned int | stage ) |
Definition at line 956 of file mapper.cpp.
| RandomTextureMapperClass::RandomTextureMapperClass | ( | const RandomTextureMapperClass & | src | ) |
Definition at line 967 of file mapper.cpp.
|
virtual |
Reimplemented from ScaleTextureMapperClass.
Definition at line 990 of file mapper.cpp.
|
inlinevirtual |
Reimplemented from ScaleTextureMapperClass.
|
inlinevirtual |
Reimplemented from TextureMapperClass.
|
inlinevirtual |
Reimplemented from ScaleTextureMapperClass.
|
protected |
Definition at line 977 of file mapper.cpp.
|
virtual |
Reimplemented from TextureMapperClass.
Definition at line 984 of file mapper.cpp.
|
protected |