From bdb47046da0ab1f94d79a80382dbc0b7fd8f7a28 Mon Sep 17 00:00:00 2001 From: nicopietroni Date: Wed, 5 May 2004 16:31:47 +0000 Subject: [PATCH] with normal and vertex-face topology --- vcg/simplex/face/with/fnav.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 vcg/simplex/face/with/fnav.h diff --git a/vcg/simplex/face/with/fnav.h b/vcg/simplex/face/with/fnav.h new file mode 100644 index 00000000..21b264e3 --- /dev/null +++ b/vcg/simplex/face/with/fnav.h @@ -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 + +#undef FACE_TYPE + +#undef __VCGLIB_FACE_FN +#undef __VCGLIB_FACE_AV + +#endif