From 14c27eb33ba92185c6fa264cae9821b910ce8077 Mon Sep 17 00:00:00 2001 From: Thomas FORGIONE Date: Tue, 22 Nov 2016 15:15:34 +0100 Subject: [PATCH] Readme --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f44dc7..fa4a9dd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,15 @@ # model-converter -A few utilities to manage 3D models including : + +This project aims to be a simple, lightweight, and useful 3D model editor + +# Scripts + +A few utilities to manage 3D models : - `ply2obj.py` that converts a `.ply` model to a `.obj` model - `obj2ply.py` that converts a `.obj` model to a `.ply` model + - `modelviewer.py` which is a simple script that renders a 3d model + +## Formats supported + - Wavefront `.obj` + - Stanford `.ply` +