Blender  V3.3
Macros | Variables
marching_cubes_table.h File Reference

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]
 

Macro Definition Documentation

◆ MAX_TRIS

#define MAX_TRIS   10

Definition at line 10 of file marching_cubes_table.h.

◆ TOTCONF

#define TOTCONF   256

Definition at line 7 of file marching_cubes_table.h.

Variable Documentation

◆ marching_cubes_numtri

const int marching_cubes_numtri[TOTCONF]
extern

Definition at line 6 of file marching_cubes_table.cpp.

Referenced by Cubes::getNumTriangle().

◆ marching_cubes_tris

const int marching_cubes_tris[TOTCONF][MAX_TRIS][3]
extern

Definition at line 18 of file marching_cubes_table.cpp.

Referenced by Cubes::getTriangle().