#include <CubeEffect.h>
Inheritance diagram for CubeEffect:
Public Member Functions | |
CubeEffect (void) | |
~CubeEffect (void) | |
void | preload () |
void | init () |
void | render () |
Protected Member Functions | |
void | typeWrite (float r, float g, float b, int x, int y, char *text, int toPos) |
Protected Attributes | |
double | lastTime |
char * | text1 |
char * | text2 |
int | toPos |
bool | reset |
double | angle |
double | position |
double | partCount |
double | partCount2 |
double | partCount3 |
double | size |
GLuint | monitorTEX [2] |
GLint | font |
CParticleSystem * | g_pParticleSystems [MAX_PARTICLE] |
|
|
|
|
|
Reimplemented from CEffect. |
|
Reimplemented from CEffect. |
|
Reimplemented from CEffect. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|