with normal
This commit is contained in:
parent
14bc73eccb
commit
152e3b1022
|
@ -0,0 +1,14 @@
|
||||||
|
#ifndef __VCGLIB_TETRA_TN_TYPE
|
||||||
|
#define __VCGLIB_TETRA_TN_TYPE
|
||||||
|
|
||||||
|
#define TETRA_TYPE TetraTN
|
||||||
|
|
||||||
|
#define __VCGLIB_TETRA_TN
|
||||||
|
|
||||||
|
#include <vcg/simplex/tetrahedron/base.h>
|
||||||
|
|
||||||
|
#undef TETRA_TYPE
|
||||||
|
|
||||||
|
#undef __VCGLIB_TETRA_TN
|
||||||
|
|
||||||
|
#endif
|
Loading…
Reference in New Issue