From 816002402887318b655e3ff0dfbec00ec162cf46 Mon Sep 17 00:00:00 2001 From: Thomas FORGIONE Date: Fri, 2 Dec 2016 16:02:23 +0100 Subject: [PATCH] STL models are supported --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7025663..c5a8a7f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # model-converter This project aims to be a simple, lightweight, and useful 3D model editor. -For the moment, only `obj`, `ply` ascii models are supported. +For the moment, only `obj`, `ply` ascii and `stl` models are supported. Feel free to open an issue if you find anything wrong in this.