File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " mesh-loader"
3- version = " 0.1.4 "
3+ version = " 0.1.5 "
44edition = " 2021"
55rust-version = " 1.60"
66license = " Apache-2.0"
Original file line number Diff line number Diff line change 11# mesh-loader
22
3+ [ ![ crates.io] ( https://img.shields.io/crates/v/mesh-loader?style=flat-square&logo=rust )] ( https://crates.io/crates/mesh-loader )
4+ [ ![ docs.rs] ( https://img.shields.io/badge/docs.rs-mesh--loader-blue?style=flat-square&logo=docs.rs )] ( https://docs.rs/mesh-loader )
5+ [ ![ rust version] ( https://img.shields.io/badge/rustc-1.60+-blue?style=flat-square&logo=rust )] ( https://www.rust-lang.org )
6+ [ ![ github actions] ( https://img.shields.io/github/actions/workflow/status/openrr/mesh-loader/ci.yml?branch=main&style=flat-square&logo=github )] ( https://github.com/openrr/mesh-loader/actions )
7+
38Fast parser for 3D-model-formats.
9+
10+ This currently supports the following three formats commonly used in robotics:
11+
12+ - [ STL] ( https://en.wikipedia.org/wiki/STL_(file_format) ) (.stl)
13+ - [ COLLADA] ( https://en.wikipedia.org/wiki/COLLADA ) (.dae)
14+ - [ Wavefront OBJ] ( https://en.wikipedia.org/wiki/Wavefront_.obj_file ) (.obj)
You can’t perform that action at this time.
0 commit comments