Przeglądaj źródła

Merge branch 'master' of https://github.com/assimp/assimp

Kim Kulling 9 lat temu
rodzic
commit
9e63b769a5
1 zmienionych plików z 4 dodań i 2 usunięć
  1. 4 2
      Readme.md

+ 4 - 2
Readme.md

@@ -60,7 +60,8 @@ __Importers__:
 - Ogre XML
 - Ogre XML
 - Q3D
 - Q3D
 - ASSBIN (Assimp custom format)
 - 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):
 Additionally, some formats are supported by dependency on non-free code or external SDKs (not built by default):
 
 
@@ -76,7 +77,8 @@ __Exporters__:
 - 3DS
 - 3DS
 - JSON (for WebGl, via https://github.com/acgessler/assimp2json)
 - JSON (for WebGl, via https://github.com/acgessler/assimp2json)
 - ASSBIN
 - ASSBIN
-- glTF
+- STEP
+- glTF (partial)
 
 
 ### Building ###
 ### 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.
 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.