Blender
V3.3
|
Go to the source code of this file.
Macros | |
#define | TOTCONF 256 |
#define | MAX_TRIS 10 |
Variables | |
const int | marching_cubes_numtri [TOTCONF] |
const int | marching_cubes_tris [TOTCONF][MAX_TRIS][3] |
#define MAX_TRIS 10 |
Definition at line 10 of file marching_cubes_table.h.
#define TOTCONF 256 |
Definition at line 7 of file marching_cubes_table.h.
|
extern |
Definition at line 6 of file marching_cubes_table.cpp.
Referenced by Cubes::getNumTriangle().
Definition at line 18 of file marching_cubes_table.cpp.
Referenced by Cubes::getTriangle().