#include <QtGui>#include <GL/glew.h>#include <QtOpenGL>#include <math.h>#include "glwidget.h"#include <wrap/io_trimesh/import_PLY.h>#include <wrap/gl/picking.h>#include <wrap/gl/space.h>#include <wrap/gl/pos.h>#include <vcg/complex/algorithms/update/bounding.h>#include <vcg/complex/algorithms/update/normal.h>#include <vcg/complex/algorithms/update/topology.h>
Go to the source code of this file.
Functions | |
| template<class VertexType > | |
| void | drawVertex (VertexType &v) |
| void drawVertex | ( | VertexType & | v | ) |
Definition at line 144 of file trimesh_pos_demo/glwidget.cpp.