Added readme

This commit is contained in:
Thomas FORGIONE 2016-11-21 16:54:53 +01:00
parent 71919abb21
commit 632a65bd5c
1 changed files with 3 additions and 1 deletions

View File

@ -1,2 +1,4 @@
# model-converter # model-converter
A few utilities to manage 3D models including :
- `ply2obj.py` that converts a `.ply` model to a `.obj` model
- `obj2ply.py` that converts a `.obj` model to a `.ply` model