PolygonalMesh Debugging: corrected typo in the name of the polychord class
This commit is contained in:
parent
d07b9b0c91
commit
b7ed96e083
|
@ -1,13 +1,10 @@
|
|||
#include <iostream>
|
||||
#include <vcg/complex/complex.h>
|
||||
#include <vcg/complex/algorithms/update/topology.h>
|
||||
#include <vcg/complex/algorithms/clean.h>
|
||||
#include <vcg/complex/algorithms/update/bounding.h>
|
||||
#include <vcg/complex/algorithms/update/normal.h>
|
||||
#include <wrap/io_trimesh/import.h>
|
||||
#include <wrap/io_trimesh/export.h>
|
||||
#include <vcg/complex/algorithms/polygon_support.h>
|
||||
#include <vcg/complex/algorithms/polygon_polycoord_collapse.h>
|
||||
#include <vcg/complex/algorithms/polygon_polychord_collapse.h>
|
||||
|
||||
using namespace vcg;
|
||||
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
include(../common.pri)
|
||||
SOURCES += $$VCGLIBDIR/wrap/ply/plylib.cpp
|
||||
SOURCES += polygonmesh_polychord_collapse.cpp ../../../wrap/ply/plylib.cpp
|
||||
TARGET = polygonmesh_polychord_collapse
|
||||
|
|
Loading…
Reference in New Issue