#define __VCGLIB_FACE_AF
#define __VCGLIB_FACE_FN #define __VCGLIB_FACE_AV #define __VCGLIB_FACE_FM #define __VCGLIB_FACE_RT
This commit is contained in:
parent
01036e395b
commit
a264ec7c78
|
|
@ -0,0 +1,21 @@
|
||||||
|
#ifndef __VCGLIB_FACE_AFAVFNFMRT_TYPE
|
||||||
|
#define __VCGLIB_FACE_AFAVFNFMRT_TYPE
|
||||||
|
|
||||||
|
#define FACE_TYPE FaceAFAVFNFMRT
|
||||||
|
|
||||||
|
#define __VCGLIB_FACE_AF
|
||||||
|
#define __VCGLIB_FACE_FN
|
||||||
|
#define __VCGLIB_FACE_AV
|
||||||
|
#define __VCGLIB_FACE_FM
|
||||||
|
#define __VCGLIB_FACE_RT
|
||||||
|
|
||||||
|
#include <vcg/simplex/face/base.h>
|
||||||
|
|
||||||
|
#undef FACE_TYPE
|
||||||
|
|
||||||
|
#undef __VCGLIB_FACE_AF
|
||||||
|
#undef __VCGLIB_FACE_FN
|
||||||
|
#undef __VCGLIB_FACE_AV
|
||||||
|
#undef __VCGLIB_FACE_FM
|
||||||
|
#undef __VCGLIB_FACE_RT
|
||||||
|
#endif
|
||||||
Loading…
Reference in New Issue