load_stl

Function load_stl 

Source
pub fn load_stl(file: File) -> Result<Mesh>
Expand description

Load a mesh from a .STL file

See https://en.wikipedia.org/wiki/STL_%28file_format%29 and https://stackoverflow.com/a/26171886 for details.