aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-02-29 01:26:55 +0100
committerdec05eba <dec05eba@protonmail.com>2020-02-29 01:26:55 +0100
commit62c3168cc27cdb1eda95700cf647b94a3e8421f9 (patch)
tree1a68dd07417e7eb0c74e8777363805c8dbda3337
parent283fb6d0b18ddf8474a0b1cee498d8e628ca69fc (diff)
Fix README format for gitlab
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3c75792..26e9e90 100644
--- a/README.md
+++ b/README.md
@@ -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. |