From dba60317fae40416e883017ce9691628e6a71d15 Mon Sep 17 00:00:00 2001 From: nicopietroni Date: Wed, 5 May 2004 16:30:07 +0000 Subject: [PATCH] with face topology and colour --- vcg/simplex/face/with/affc.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 vcg/simplex/face/with/affc.h diff --git a/vcg/simplex/face/with/affc.h b/vcg/simplex/face/with/affc.h new file mode 100644 index 00000000..66044a98 --- /dev/null +++ b/vcg/simplex/face/with/affc.h @@ -0,0 +1,16 @@ +#ifndef __VCGLIB_FACE_AFFC_TYPE +#define __VCGLIB_FACE_AFFC_TYPE + +#define FACE_TYPE FaceAFFC + +#define __VCGLIB_FACE_AF +#define __VCGLIB_FACE_FC + +#include + +#undef FACE_TYPE + +#undef __VCGLIB_FACE_AF +#undef __VCGLIB_FACE_FC + +#endif