with tetrahedron - tetrahedron vertex - tetrahedron topology and quality
This commit is contained in:
parent
cf60d1aad9
commit
14bc73eccb
|
@ -0,0 +1,17 @@
|
|||
#ifndef __VCGLIB_TETRA_ATAVTQ_TYPE
|
||||
#define __VCGLIB_TETRA_ATAVTQ_TYPE
|
||||
|
||||
#define TETRA_TYPE TetraATAVTQ
|
||||
|
||||
#define __VCGLIB_TETRA_AT
|
||||
#define __VCGLIB_TETRA_VT
|
||||
#define __VCGLIB_TETRA_TQ
|
||||
#include <vcg/simplex/tetrahedron/base.h>
|
||||
|
||||
#undef TETRA_TYPE
|
||||
|
||||
#undef __VCGLIB_TETRA_AT
|
||||
#undef __VCGLIB_TETRA_VT
|
||||
#undef __VCGLIB_TETRA_TQ
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue