#include "GlutViewer.h"
#include "Rotation.h"
#include "Platform.h"
Go to the source code of this file.
|
| 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 |
| |
◆ glut_thread()
| static void* glut_thread |
( |
void * |
lpThreadParameter | ) |
|
|
static |
◆ a_argc
◆ a_argv
◆ ar_window
◆ azim
◆ cur_button
◆ elev
◆ height
◆ image
- Examples:
- SampleCamCalib.cpp, SampleCvTestbed.cpp, SampleIntegralImage.cpp, SampleLabeling.cpp, SampleMarkerDetector.cpp, SampleMarkerHide.cpp, SampleMarkerlessDetector.cpp, SampleMultiMarker.cpp, SampleMultiMarkerBundle.cpp, SamplePointcloud.cpp, and SampleTrack.cpp.
Definition at line 155 of file GlutViewer.cpp.
◆ items
◆ jaw
◆ jawx
◆ jawy
◆ jawz
◆ modelview_mat
| double modelview_mat[16] = { 1,0,0,0, 0,1,0,0, 0,0,1,0, 0,0,0,1 } |
◆ mutex_items
◆ off_x
◆ off_y
◆ panx
◆ pany
◆ proj_mat
◆ rad
◆ threads
◆ vr_window
◆ width