From e6b3c513aca973a99fc4ae638434c63b5e26abaa Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 29 Feb 2020 00:06:46 +0100 Subject: add assimp info to readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) 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 | -- cgit v1.2.3