cleaning up polygonal vcg samples

This commit is contained in:
Paolo Cignoni 2014-02-18 09:17:18 +00:00
parent b84e06c14e
commit 5f68ac2d07
2 changed files with 40 additions and 48 deletions

View File

@ -21,18 +21,10 @@
* * * *
****************************************************************************/ ****************************************************************************/
#include <vector>
#include <stdio.h> #include <stdio.h>
#include <vcg/simplex/vertex/base.h>
#include <vcg/simplex/face/base.h>
#include <vcg/simplex/edge/base.h>
#include <vcg/complex/complex.h> #include <vcg/complex/complex.h>
#include <vcg/complex/algorithms/create/zonohedron.h> #include <vcg/complex/algorithms/create/zonohedron.h>
#include <vcg/complex/algorithms/polygon_support.h> #include <vcg/complex/algorithms/polygon_support.h>
#include <wrap/io_trimesh/export_off.h> #include <wrap/io_trimesh/export_off.h>

View File

@ -1,4 +1,4 @@
include(../common.pri) include(../common.pri)
TARGET = polygonmesh_zonohedra TARGET = polygonmesh_zonohedra
SOURCES += polygonmesh_zonohedra.cpp SOURCES += polygonmesh_zonohedra.cpp
SOURCES += $$VCGLIBDIR/wrap/ply/plylib.cpp SOURCES += ../../../wrap/ply/plylib.cpp