del-msh 0.1.13

mesh utility library for computer graphics research
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# del-msh

This is a utility library for static mesh written completely in Rust. 

Originally, the code is written in C++ in [DelFEM2](https://github.com/nobuyuki83/delfem2), then it was ported to Rust. 

See [the documentation generated from code](https://docs.rs/del-msh)

- [x] generating primitive meshes (sphere, cylinder, torus)
- [x] load/save wavefront obj mesh
- [x] unify indexes of texture vertex and position vertex
- [x] one-ring neighborhood 
- [x] adjacent element