From 283fb6d0b18ddf8474a0b1cee498d8e628ca69fc Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 29 Feb 2020 01:26:04 +0100 Subject: Update readme --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index efcfca9..3c75792 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ This is a program that uses assimp to convert different 3d model formats to file 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. +.a3d is a binary file format. All types are stored in little endian format. Any type with a * is optional. + |Type |Description | |-------|-------------------------------------------------------------------------------------| |uint |The magic number, the value will always be 0x036144AF. | @@ -30,7 +31,7 @@ vec3f: |float|The z coordiate.| material: -|Type |Description | -|------|-------------------------------------------------------------------------| -|uint |The number of textures. | -|char[]|The filepath to the texture (relative). This is a null-terminated string.| +|Type |Description | +|------|---------------------------------------------------------------------------| +|uint |The number of textures. | +|char[]|The filepaths to the textures (relative). This is a null-terminated string.| -- cgit v1.2.3