with tetrahedron - tetrahedron and vertex - tetrahedron topology
This commit is contained in:
parent
aaf3147f05
commit
cf60d1aad9
|
@ -0,0 +1,15 @@
|
|||
#ifndef __VCGLIB_TETRA_ATAV_TYPE
|
||||
#define __VCGLIB_TETRA_ATAV_TYPE
|
||||
|
||||
#define TETRA_TYPE TetraATAV
|
||||
|
||||
#define __VCGLIB_TETRA_AT
|
||||
#define __VCGLIB_TETRA_AV
|
||||
#include <vcg/simplex/tetrahedron/base.h>
|
||||
|
||||
#undef TETRA_TYPE
|
||||
|
||||
#undef __VCGLIB_TETRA_AT
|
||||
#undef __VCGLIB_TETRA_AV
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue