first version
This commit is contained in:
parent
b537c21b4c
commit
38db49c827
|
@ -0,0 +1,16 @@
|
|||
#ifndef __VCGLIB_FACE_AFFM_TYPE
|
||||
#define __VCGLIB_FACE_AFFM_TYPE
|
||||
|
||||
#define FACE_TYPE FaceAFFM
|
||||
|
||||
#define __VCGLIB_FACE_AF
|
||||
#define __VCGLIB_FACE_FM
|
||||
|
||||
#include <vcg/simplex/face/base.h>
|
||||
|
||||
#undef FACE_TYPE
|
||||
|
||||
#undef __VCGLIB_FACE_AF
|
||||
#undef __VCGLIB_FACE_FM
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue