From 632a65bd5c23d0361746e1ef9d6bfee4559bdd02 Mon Sep 17 00:00:00 2001 From: Thomas FORGIONE Date: Mon, 21 Nov 2016 16:54:53 +0100 Subject: [PATCH] Added readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 390f165..1f44dc7 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # 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