aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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. |