removed debug option from voronoi remesher
This commit is contained in:
parent
a79feac57b
commit
f74a877891
|
@ -44,9 +44,9 @@
|
||||||
#include <array>
|
#include <array>
|
||||||
#include <utility>
|
#include <utility>
|
||||||
|
|
||||||
#define DEBUG_VORO 1
|
//#define DEBUG_VORO 1
|
||||||
#include <wrap/io_trimesh/export.h>
|
//#include <wrap/io_trimesh/export.h>
|
||||||
#include <QString>
|
//#include <QString>
|
||||||
|
|
||||||
namespace vcg {
|
namespace vcg {
|
||||||
namespace tri {
|
namespace tri {
|
||||||
|
|
Loading…
Reference in New Issue