with normal

This commit is contained in:
Nico Pietroni 2004-05-05 12:23:25 +00:00
parent 14bc73eccb
commit 152e3b1022
1 changed files with 14 additions and 0 deletions

View File

@ -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