mesh-loader 0.1.13

Fast parser for 3D-model-formats.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# mesh-loader

[![crates.io](https://img.shields.io/crates/v/mesh-loader?style=flat-square&logo=rust)](https://crates.io/crates/mesh-loader)
[![docs.rs](https://img.shields.io/badge/docs.rs-mesh--loader-blue?style=flat-square&logo=docs.rs)](https://docs.rs/mesh-loader)
[![msrv](https://img.shields.io/badge/msrv-1.60-blue?style=flat-square&logo=rust)](https://www.rust-lang.org)
[![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)

Fast parser for 3D-model-formats.

This currently supports the following three formats commonly used in robotics:

- [STL]https://en.wikipedia.org/wiki/STL_(file_format) (.stl)
- [COLLADA]https://en.wikipedia.org/wiki/COLLADA (.dae)
- [Wavefront OBJ]https://en.wikipedia.org/wiki/Wavefront_.obj_file (.obj)