[][src]Module transvoxel_data::transition_cell_data

Structs

TransitionCellData

Holds information about the triangulation used for a single equivalence class in the modified Marching Cubes algorithm.

Constants

TRANSITION_CELL_CLASS

Maps a 9-bit transition cell case index to an equivalence class index.

TRANSITION_CELL_DATA

Holds the triangulation data for all 56 distinct classes to which a case can be mapped by the TRANSITION_CELL_CLASS table.

TRANSITION_CORNER_DATA

Contains the transition cell corner reuse data.

TRANSITION_VERTEX_DATA

Gives the vertex locations for every one of the 512 possible cases in the Transvoxel algorithm.