with normal and vertex-face topology
This commit is contained in:
parent
99d05b351a
commit
bdb47046da
|
@ -0,0 +1,16 @@
|
|||
#ifndef __VCGLIB_FACE_FNAV_TYPE
|
||||
#define __VCGLIB_FACE_FNAV_TYPE
|
||||
|
||||
#define FACE_TYPE FaceFNAV
|
||||
|
||||
#define __VCGLIB_FACE_FN
|
||||
#define __VCGLIB_FACE_AV
|
||||
|
||||
#include <vcg/simplex/face/base.h>
|
||||
|
||||
#undef FACE_TYPE
|
||||
|
||||
#undef __VCGLIB_FACE_FN
|
||||
#undef __VCGLIB_FACE_AV
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue