created
This commit is contained in:
parent
bd4dad797c
commit
b032085a0e
|
@ -0,0 +1,18 @@
|
|||
#ifndef __VCGLIB_FACE_EMN_TYPE
|
||||
#define __VCGLIB_FACE_EMN_TYPE
|
||||
|
||||
#define FACE_TYPE FaceEMN
|
||||
|
||||
#define __VCGLIB_FACE_E
|
||||
#define __VCGLIB_FACE_M
|
||||
#define __VCGLIB_FACE_N
|
||||
|
||||
#include <vcg/simplex/face/base.h>
|
||||
|
||||
#undef FACE_TYPE
|
||||
|
||||
#undef __VCGLIB_FACE_E
|
||||
#undef __VCGLIB_FACE_M
|
||||
#undef __VCGLIB_FACE_N
|
||||
|
||||
#endif
|
|
@ -0,0 +1,18 @@
|
|||
#ifndef __VCGLIB_FACE_RTFMFN_TYPE
|
||||
#define __VCGLIB_FACE_RTFMFN_TYPE
|
||||
|
||||
#define FACE_TYPE FaceRTFMFN
|
||||
|
||||
#define __VCGLIB_FACE_RT
|
||||
#define __VCGLIB_FACE_FM
|
||||
#define __VCGLIB_FACE_FN
|
||||
|
||||
#include <vcg/simplex/face/base.h>
|
||||
|
||||
#undef FACE_TYPE
|
||||
|
||||
#undef __VCGLIB_FACE_RT
|
||||
#undef __VCGLIB_FACE_FM
|
||||
#undef __VCGLIB_FACE_FN
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue