with face topology
This commit is contained in:
parent
3bd2e495b6
commit
286971f8ae
|
@ -0,0 +1,14 @@
|
|||
#ifndef __VCGLIB_FACE_AF_TYPE
|
||||
#define __VCGLIB_FACE_AF_TYPE
|
||||
|
||||
#define FACE_TYPE FaceAF
|
||||
|
||||
#define __VCGLIB_FACE_AF
|
||||
|
||||
#include <vcg/simplex/face/base.h>
|
||||
|
||||
#undef FACE_TYPE
|
||||
|
||||
#undef __VCGLIB_FACE_AF
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue