cleaning up polygonal vcg samples
This commit is contained in:
parent
b84e06c14e
commit
5f68ac2d07
|
|
@ -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>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue