with normal and vertex-face topology

This commit is contained in:
Nico Pietroni 2004-05-05 16:31:47 +00:00
parent 99d05b351a
commit bdb47046da
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
#ifndef __VCGLIB_FACE_FNAV_TYPE
#define __VCGLIB_FACE_FNAV_TYPE
#define FACE_TYPE FaceFNAV
#define __VCGLIB_FACE_FN
#define __VCGLIB_FACE_AV
#include <vcg/simplex/face/base.h>
#undef FACE_TYPE
#undef __VCGLIB_FACE_FN
#undef __VCGLIB_FACE_AV
#endif