![]() |
Blender V2.61 - r43446
|
Go to the source code of this file.
Defines | |
| #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 30 of file marching_cubes_table.h.
| #define TOTCONF 256 |
Definition at line 27 of file marching_cubes_table.h.
| const int marching_cubes_numtri[TOTCONF] |
Definition at line 26 of file marching_cubes_table.cpp.
| const int marching_cubes_tris[TOTCONF][MAX_TRIS][3] |
Definition at line 41 of file marching_cubes_table.cpp.