aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-02-29 00:06:46 +0100
committerdec05eba <dec05eba@protonmail.com>2020-02-29 00:06:46 +0100
commite6b3c513aca973a99fc4ae638434c63b5e26abaa (patch)
treea7f78da2d0b6f60fa675cbedf567e26b3e2f63b3
parent8b8a84334f234b21945e8433ba3bd7d117ca69d9 (diff)
add assimp info to readme
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index a53393e..5592fcf 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,6 @@
+This is a program that uses assimp to convert different 3d model formats to file format that amalgine can read (.a3d).
+To see a list of supported file formats, see https://github.com/assimp/assimp#supported-file-formats (this is for the latest version of assimp).
+
# Amalgine 3D model file format (.a3d)
All types are stored in little endian format. Any type with a * is optional.
|Type |Description |