
Go to the source code of this file.
Functions | |
| static void * | glut_thread (void *lpThreadParameter) |
Variables | |
| int | a_argc |
| char ** | a_argv |
| int | ar_window |
| float | azim = 0.0 |
| int | cur_button |
| float | elev = 0.0 |
| int | height |
| unsigned char * | image = 0 |
| vector< Drawable * > | items |
| float | jaw = 0.0 |
| float | jawx |
| float | jawy |
| float | jawz |
| double | modelview_mat [16] = { 1,0,0,0, 0,1,0,0, 0,0,1,0, 0,0,0,1 } |
| Mutex | mutex_items |
| float | off_x = 0 |
| float | off_y = 0 |
| float | panx = 0.0 |
| float | pany = 0.0 |
| double | proj_mat [16] |
| float | rad = 0.0 |
| Threads | threads |
| int | vr_window |
| int | width |
| static void* glut_thread | ( | void * | lpThreadParameter | ) | [static] |
Definition at line 167 of file GlutViewer.cpp.
| int a_argc |
Definition at line 157 of file GlutViewer.cpp.
| char** a_argv |
Definition at line 158 of file GlutViewer.cpp.
| int ar_window |
Definition at line 150 of file GlutViewer.cpp.
| float azim = 0.0 |
Definition at line 146 of file GlutViewer.cpp.
| int cur_button |
Definition at line 145 of file GlutViewer.cpp.
| float elev = 0.0 |
Definition at line 146 of file GlutViewer.cpp.
| int height |
Definition at line 160 of file GlutViewer.cpp.
| unsigned char* image = 0 |
Definition at line 155 of file GlutViewer.cpp.
Definition at line 143 of file GlutViewer.cpp.
| float jaw = 0.0 |
Definition at line 148 of file GlutViewer.cpp.
| float jawx |
Definition at line 148 of file GlutViewer.cpp.
| float jawy |
Definition at line 148 of file GlutViewer.cpp.
| float jawz |
Definition at line 148 of file GlutViewer.cpp.
| double modelview_mat[16] = { 1,0,0,0, 0,1,0,0, 0,0,1,0, 0,0,0,1 } |
Definition at line 165 of file GlutViewer.cpp.
Definition at line 142 of file GlutViewer.cpp.
| float off_x = 0 |
Definition at line 153 of file GlutViewer.cpp.
| float off_y = 0 |
Definition at line 153 of file GlutViewer.cpp.
| float panx = 0.0 |
Definition at line 147 of file GlutViewer.cpp.
| float pany = 0.0 |
Definition at line 147 of file GlutViewer.cpp.
| double proj_mat[16] |
Definition at line 164 of file GlutViewer.cpp.
| float rad = 0.0 |
Definition at line 146 of file GlutViewer.cpp.
Definition at line 162 of file GlutViewer.cpp.
| int vr_window |
Definition at line 151 of file GlutViewer.cpp.
| int width |
Definition at line 159 of file GlutViewer.cpp.