with tetrahedron - tetrahedron topology
This commit is contained in:
parent
06eaf9cabe
commit
aaf3147f05
|
|
@ -0,0 +1,14 @@
|
||||||
|
#ifndef __VCGLIB_TETRA_AT_TYPE
|
||||||
|
#define __VCGLIB_TETRA_AT_TYPE
|
||||||
|
|
||||||
|
#define TETRA_TYPE TetraAT
|
||||||
|
|
||||||
|
#define __VCGLIB_TETRA_AT
|
||||||
|
|
||||||
|
#include <vcg/simplex/tetrahedron/base.h>
|
||||||
|
|
||||||
|
#undef TETRA_TYPE
|
||||||
|
|
||||||
|
#undef __VCGLIB_TETRA_AT
|
||||||
|
|
||||||
|
#endif
|
||||||
Loading…
Reference in New Issue