Skip to content

Commit

Permalink
Merge pull request #2437 from assimp/kimkulling-patch-4
Browse files Browse the repository at this point in the history
Update Readme.md
  • Loading branch information
kimkulling committed Apr 27, 2019
2 parents 3824f17 + bd53e67 commit 55cdf1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ A library to import and export various 3d-model-formats including scene-post-pro

APIs are provided for C and C++. There are various bindings to other languages (C#, Java, Python, Delphi, D). Assimp also runs on Android and iOS.

[Check the latest doc](https://assimp-docs.readthedocs.io/en/latest/).

Additionally, assimp features various __mesh post processing tools__: normals and tangent space generation, triangulation, vertex cache locality optimization, removal of degenerate primitives and duplicate vertices, sorting by primitive type, merging of redundant materials and many more.

This is the development repo containing the latest features and bugfixes. For productive use though, we recommend one of the stable releases available from [Github Assimp Releases](https://github.com/assimp/assimp/releases).
Expand Down

0 comments on commit 55cdf1d

Please sign in to comment.