with face topology and colour
This commit is contained in:
parent
286971f8ae
commit
dba60317fa
|
@ -0,0 +1,16 @@
|
|||
#ifndef __VCGLIB_FACE_AFFC_TYPE
|
||||
#define __VCGLIB_FACE_AFFC_TYPE
|
||||
|
||||
#define FACE_TYPE FaceAFFC
|
||||
|
||||
#define __VCGLIB_FACE_AF
|
||||
#define __VCGLIB_FACE_FC
|
||||
|
||||
#include <vcg/simplex/face/base.h>
|
||||
|
||||
#undef FACE_TYPE
|
||||
|
||||
#undef __VCGLIB_FACE_AF
|
||||
#undef __VCGLIB_FACE_FC
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue