#include <CircleScrollerEffect.h>
Inheritance diagram for CircleScrollerEffect:
Public Member Functions | |
CircleScrollerEffect (void) | |
~CircleScrollerEffect (void) | |
void | preload () |
void | initCircle () |
void | init () |
void | render () |
Protected Member Functions | |
void | DrawQuad (int width, int height, int ofsX=0, int ofsY=0) |
Protected Attributes | |
short | aSin [360] |
short | aCos [360] |
char * | text |
char * | text_pointer |
int | displacement |
LETTER | letters [NLETTERS] |
double | angle |
double | angle2 |
GLuint | glowTEX |
GLuint | screenTEX |
GLuint | tex |
GLint | font |
|
|
|
|
|
|
|
Reimplemented from CEffect. |
|
|
|
Reimplemented from CEffect. |
|
Reimplemented from CEffect. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|