diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -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.| |