transvoxel 2.0.0

Implementation of Eric Lengyel's Transvoxel Algorithm
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
/*!
   Common convenient re-exports
*/

pub use crate::extraction::{extract, extract_from_field, FieldCaching};
pub use crate::structs::block_star_view::BlockStarView;
pub use crate::traits::voxel_data::VoxelData;
pub use crate::traits::coordinate::Coordinate;
pub use crate::structs::transition_sides::{TransitionSide, TransitionSides};
pub use crate::structs::block::Block;
pub use crate::structs::generic_mesh::GenericMeshBuilder;
pub use crate::structs::voxel_blocks::VoxelVecBlock;