Module transvoxel::structs[][src]

Expand description

Input/output world-related data structures for the algorithm

Structs

Block

A Block with attached number of subdivisions for the extraction With n subdivisions, the block will contain n cells, encompassing n + 1 voxels across each dimension

BlockDims

A cubic zone of the world, for which to run an extraction

Mesh

Output mesh for the algorithm

Position

A world space position

Triangle

A triangle, mostly for debugging or test purposes

Vertex

A vertex, mostly for debugging or test purposes