moved (and renamed) trivial walker from apps/ to vcg/complex/trimesh/create

This commit is contained in:
Paolo Cignoni 2009-05-18 14:19:12 +00:00
parent 2e06ebc183
commit 143f9461dd
2 changed files with 1 additions and 1 deletions

View File

@ -8,10 +8,10 @@
#include <vcg/complex/trimesh/allocate.h>
#include <vcg/complex/trimesh/create/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 "trivial_walker.h"
using namespace std;
using namespace vcg;