Initial Release
This commit is contained in:
parent
f86843bdb8
commit
150036bb8b
|
@ -0,0 +1,18 @@
|
|||
#ifndef __VCGLIB_FACE_AVFNFQ_TYPE
|
||||
#define __VCGLIB_FACE_AVFNFQ_TYPE
|
||||
|
||||
#define FACE_TYPE FaceAVFNFQ
|
||||
|
||||
#define __VCGLIB_FACE_FN
|
||||
#define __VCGLIB_FACE_AV
|
||||
#define __VCGLIB_FACE_FQ
|
||||
|
||||
#include <vcg/simplex/face/base.h>
|
||||
|
||||
#undef FACE_TYPE
|
||||
|
||||
#undef __VCGLIB_FACE_FN
|
||||
#undef __VCGLIB_FACE_AV
|
||||
#undef __VCGLIB_FACE_FQ
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue