From 644e06d4a75d03cac4b7ca36b577ae72f1c4bd7c Mon Sep 17 00:00:00 2001 From: Alexander Gessler Date: Sun, 8 May 2016 11:55:18 +0200 Subject: [PATCH] Add 3MF to readme, mark glTF as partial support --- Readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 0d69023ff..24d1e3ea7 100644 --- a/Readme.md +++ b/Readme.md @@ -60,7 +60,8 @@ __Importers__: - Ogre XML - Q3D - ASSBIN (Assimp custom format) -- glTF +- glTF (partial) +- 3MF Additionally, some formats are supported by dependency on non-free code or external SDKs (not built by default): @@ -76,7 +77,7 @@ __Exporters__: - 3DS - JSON (for WebGl, via https://github.com/acgessler/assimp2json) - ASSBIN -- glTF +- glTF (partial) ### Building ### Take a look into the `INSTALL` file. Our build system is CMake, if you used CMake before there is a good chance you know what to do.