Initial Commit.
This commit is contained in:
parent
ff6ba606df
commit
2e895eaf22
|
@ -0,0 +1,16 @@
|
|||
#ifndef __VCGLIB_FACE_FMFN_TYPE
|
||||
#define __VCGLIB_FACE_FMFN_TYPE
|
||||
|
||||
#define FACE_TYPE FaceFMFN
|
||||
|
||||
#define __VCGLIB_FACE_FM
|
||||
#define __VCGLIB_FACE_FN
|
||||
|
||||
#include <vcg/simplex/face/base.h>
|
||||
|
||||
#undef FACE_TYPE
|
||||
|
||||
#undef __VCGLIB_FACE_FM
|
||||
#undef __VCGLIB_FACE_FN
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue