|
Blender V4.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 12 of file marching_cubes_table.h.
| #define TOTCONF 256 |
Definition at line 9 of file marching_cubes_table.h.
Definition at line 8 of file marching_cubes_table.cpp.
Referenced by Cubes::getNumTriangle().
Definition at line 20 of file marching_cubes_table.cpp.
Referenced by Cubes::getTriangle().