with face topology and colour

This commit is contained in:
Nico Pietroni 2004-05-05 16:30:07 +00:00
parent 286971f8ae
commit dba60317fa
1 changed files with 16 additions and 0 deletions

View File

@ -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 <vcg/simplex/face/base.h>
#undef FACE_TYPE
#undef __VCGLIB_FACE_AF
#undef __VCGLIB_FACE_FC
#endif