Moved away the old, no more used, version of the plume core. Now it is in the vcg library

This commit is contained in:
Paolo Cignoni 2016-11-23 16:47:13 +02:00
parent 54b81ee0fa
commit 61a7446acd
8 changed files with 2 additions and 7 deletions

View File

@ -25,7 +25,7 @@
#include <vcg/complex/complex.h>
#include <wrap/io_trimesh/export_vmi.h>
#include <vcg/complex/algorithms/smooth.h>
#include "plymc.h"
#include <vcg/complex/algorithms/create/plymc/plymc.h>
#include "simplemeshprovider.h"
using namespace vcg;

View File

@ -1,15 +1,10 @@
include (../../shared.pri)
HEADERS += filter_plymc.h \
volume.h\
voxel.h \
plymc.h \
simplemeshprovider.h \
tri_edge_collapse_mc.h \
$$VCGDIR/vcg/complex/algorithms/local_optimization/tri_edge_collapse.h
SOURCES += filter_plymc.cpp \
$$VCGDIR/wrap/ply/plylib.cpp
TARGET = filter_plymc
TARGET = filter_plymc