11 lines
182 B
C++
11 lines
182 B
C++
#ifndef __PolyVox_MarchingCubeTables_H__
|
|
#define __PolyVox_MarchingCubeTables_H__
|
|
|
|
namespace PolyVox
|
|
{
|
|
extern int edgeTable[256];
|
|
extern int triTable[256][16];
|
|
}
|
|
|
|
#endif
|