with face topology

This commit is contained in:
Nico Pietroni 2004-05-05 16:29:33 +00:00
parent 3bd2e495b6
commit 286971f8ae
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
#ifndef __VCGLIB_FACE_AF_TYPE
#define __VCGLIB_FACE_AF_TYPE
#define FACE_TYPE FaceAF
#define __VCGLIB_FACE_AF
#include <vcg/simplex/face/base.h>
#undef FACE_TYPE
#undef __VCGLIB_FACE_AF
#endif