Removed a useless enum definition in the glwidget of trimesh_ant_qt
This commit is contained in:
parent
0950b97775
commit
5cb33423cf
|
@ -43,8 +43,6 @@
|
||||||
#include <wrap/gl/picking.h>
|
#include <wrap/gl/picking.h>
|
||||||
#include <wrap/qt/anttweakbarMapper.h>
|
#include <wrap/qt/anttweakbarMapper.h>
|
||||||
|
|
||||||
enum DrawMode{SMOOTH=vcg::GLW::DMSmooth, POINTS=vcg::GLW::DMPoints , WIRE, FLATWIRE,HIDDEN,FLAT};
|
|
||||||
|
|
||||||
TwBar *bar;
|
TwBar *bar;
|
||||||
char * filename;/// filename of the mesh to load
|
char * filename;/// filename of the mesh to load
|
||||||
CMesh mesh; /// the active mesh instance
|
CMesh mesh; /// the active mesh instance
|
||||||
|
|
Loading…
Reference in New Issue