74 |
|
bool MouseStates[3]; |
75 |
|
|
76 |
|
GLuint LogoTexture; |
77 |
+ |
GLuint LogoTxtTexture; |
78 |
|
|
79 |
|
double t = 0; |
80 |
|
|
81 |
|
std::string inputVisFile; |
82 |
+ |
std::string inputVisFileFromCard; |
83 |
|
std::vector<std::string> inputGeom; |
84 |
|
|
85 |
+ |
int updateVisFileTime = -1; |
86 |
+ |
|
87 |
|
FROG_Events* events; |
88 |
|
FROG_Element_Event* event; |
89 |
|
|
123 |
|
void gl_select(int x, int y); |
124 |
|
void list_hits(GLint hits, GLuint *names); |
125 |
|
|
126 |
+ |
char* get_char_ptr(const std::string& str); |
127 |
+ |
void* DownLoadFile(void* inputFile); |
128 |
+ |
void updateEventsFile(); |
129 |
+ |
|
130 |
+ |
|
131 |
|
#endif |
132 |
|
|