#include "glwidget.h"
#include <wrap/qt/trackball.h>
#include <wrap/gl/picking.h>
#include <wrap/qt/anttweakbarMapper.h>
Go to the source code of this file.
Functions | |
void TW_CALL | loadMesh (void *) |
void TW_CALL | loadTetrahedron (void *) |
the current drawmode | |
Variables | |
TwBar * | bar |
GLW::DrawMode | drawmode = GLW::DMFlatWire |
the active manipulator | |
char * | filename |
vcg::GlTrimesh< CMesh > | glWrap |
the active mesh instance | |
CMesh | mesh |
filename of the mesh to load | |
vcg::Trackball | track |
the active mesh opengl wrapper |
void TW_CALL loadMesh | ( | void * | ) |
Definition at line 62 of file trimesh_ant_qt/glwidget.cpp.
void TW_CALL loadTetrahedron | ( | void * | ) |
the current drawmode
Definition at line 53 of file trimesh_ant_qt/glwidget.cpp.
TwBar* bar |
Definition at line 46 of file trimesh_ant_qt/glwidget.cpp.
GLW::DrawMode drawmode = GLW::DMFlatWire |
the active manipulator
Definition at line 51 of file trimesh_ant_qt/glwidget.cpp.
char* filename |
Definition at line 47 of file trimesh_ant_qt/glwidget.cpp.
the active mesh instance
Definition at line 49 of file trimesh_ant_qt/glwidget.cpp.
filename of the mesh to load
Definition at line 48 of file trimesh_ant_qt/glwidget.cpp.
the active mesh opengl wrapper
Definition at line 50 of file trimesh_ant_qt/glwidget.cpp.