moved (and renamed) trivial walker from apps/ to vcg/complex/trimesh/create
This commit is contained in:
parent
2e06ebc183
commit
143f9461dd
|
@ -8,10 +8,10 @@
|
||||||
#include <vcg/complex/trimesh/allocate.h>
|
#include <vcg/complex/trimesh/allocate.h>
|
||||||
#include <vcg/complex/trimesh/create/marching_cubes.h>
|
#include <vcg/complex/trimesh/create/marching_cubes.h>
|
||||||
#include <vcg/complex/trimesh/create/extended_marching_cubes.h>
|
#include <vcg/complex/trimesh/create/extended_marching_cubes.h>
|
||||||
|
#include <vcg/complex/trimesh/create/mc_trivial_walker.h>
|
||||||
#include <wrap/io_trimesh/export_ply.h>
|
#include <wrap/io_trimesh/export_ply.h>
|
||||||
|
|
||||||
|
|
||||||
#include "trivial_walker.h"
|
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
using namespace vcg;
|
using namespace vcg;
|
||||||
|
|
Loading…
Reference in New Issue