Moved core code from Ogre namespace to PolyVox namespace.
This commit is contained in:
10
include/MarchingCubesTables.h
Normal file
10
include/MarchingCubesTables.h
Normal file
@ -0,0 +1,10 @@
|
||||
#ifndef MARCHING_CUBES_TABLES_HEADER_INCLUDED
|
||||
#define MARCHING_CUBES_TABLES_HEADER_INCLUDED
|
||||
|
||||
namespace PolyVox
|
||||
{
|
||||
extern int edgeTable[256];
|
||||
extern int triTable[256][16];
|
||||
}
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user