Import STL files

The format of the STL file.


fn main() -> TessResult<()> {
    let building = files::stl::import_stl("examples/import_models/at_t_building.stl")?;
    Ok(())
}