face with both topology ( vertex -face) (face-face)
This commit is contained in:
parent
169206d8d9
commit
8d49b3d7f5
|
@ -0,0 +1,16 @@
|
|||
#ifndef __VCGLIB_FACE_AFAV_TYPE
|
||||
#define __VCGLIB_FACE_AFAV_TYPE
|
||||
|
||||
#define FACE_TYPE FaceAFAV
|
||||
|
||||
#define __VCGLIB_FACE_AV
|
||||
#define __VCGLIB_FACE_AF
|
||||
|
||||
#include <vcg/simplex/face/base.h>
|
||||
|
||||
#undef FACE_TYPE
|
||||
|
||||
#undef __VCGLIB_FACE_AF
|
||||
#undef __VCGLIB_FACE_AV
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue