aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-02-29 01:26:04 +0100
committerdec05eba <dec05eba@protonmail.com>2020-02-29 01:26:04 +0100
commit283fb6d0b18ddf8474a0b1cee498d8e628ca69fc (patch)
tree0b60559048311a7b7f8b9c60b69745790f733124
parent211c2333db31286db24d262441b4fcc263305e4d (diff)
Update readme
-rw-r--r--README.md11
1 files 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.|