base face type only pointerto vertices
This commit is contained in:
parent
d0f8ae3c23
commit
4cfba6c4a3
|
@ -0,0 +1,10 @@
|
|||
#ifndef __VCGLIB_FACE_TYPE
|
||||
#define __VCGLIB_FACE_TYPE
|
||||
|
||||
#define FACE_TYPE Face
|
||||
|
||||
#include <vcg/simplex/face/base.h>
|
||||
|
||||
#undef FACE_TYPE
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue