removed debug option from voronoi remesher

This commit is contained in:
Luigi Malomo 2017-05-09 12:18:32 +02:00
parent a79feac57b
commit f74a877891
1 changed files with 3 additions and 3 deletions

View File

@ -44,9 +44,9 @@
#include <array>
#include <utility>
#define DEBUG_VORO 1
#include <wrap/io_trimesh/export.h>
#include <QString>
//#define DEBUG_VORO 1
//#include <wrap/io_trimesh/export.h>
//#include <QString>
namespace vcg {
namespace tri {