mash 1.0.1

A 3D mesh loading/manipulation library
Documentation
1
2
3
4
5
//! Loaders for the different mesh formats.

#[cfg(feature = "wavefront")]
pub mod wavefront;