diff options
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -11,6 +11,7 @@ To see a list of supported file formats, see https://github.com/assimp/assimp#su |mesh[] |The mesh data. | mesh: + |Type |Description | |-----------|------------------------------------------------------------------------------------------------| |uint |The number of vertices, normals and optionally texture coordinates. | @@ -24,6 +25,7 @@ mesh: |material[3]|The material data. This is a list of [diffuse, specular, ambient] materials. | vec3f: + |Type |Description | |-----|----------------| |float|The x coordiate.| @@ -31,6 +33,7 @@ vec3f: |float|The z coordiate.| material: + |Type |Description | |------|---------------------------------------------------------------------------| |uint |The number of textures. | |