transvoxel 2.0.0

Implementation of Eric Lengyel's Transvoxel Algorithm
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*!
   Various structures
*/

pub mod position;
pub mod grid_point;
pub mod vertex_index;
pub mod generic_mesh;
pub mod transition_sides;

pub mod block;

pub mod block_star_view;

pub mod voxel_index;

pub mod voxel_blocks;