diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-03-23 16:15:40 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-03-23 16:15:40 +0700 |
commit | e7aca5a095a95ff40fc4f613bcb56558a6e28a91 (patch) | |
tree | 8610cca8c2519f82d5c6955088951f92646d1a11 /libraries/assimp/README | |
parent | 73d42f4c66a20c404735607d149fa3f7be06466e (diff) | |
download | slackbuilds-e7aca5a095a95ff40fc4f613bcb56558a6e28a91.tar.gz |
libraries/assimp: Added (Open Asset Import Library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/assimp/README')
-rw-r--r-- | libraries/assimp/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/assimp/README b/libraries/assimp/README new file mode 100644 index 0000000000..7a52197197 --- /dev/null +++ b/libraries/assimp/README @@ -0,0 +1,5 @@ +Open Asset Import Library is a Open Source library designed to +load various 3d file formats and convert them into a shared, +in-memory format. It supports more than 30 file formats (basically, +it is like DevIL for 3D models). It also supports exporting, but the +number of export formats is lower. |