PolygonalMesh Debugging: corrected typo in the name of the polychord class

This commit is contained in:
Paolo Cignoni 2014-02-18 11:12:37 +00:00
parent d07b9b0c91
commit b7ed96e083
2 changed files with 3 additions and 5 deletions

View File

@ -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;

View File

@ -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