summaryrefslogtreecommitdiff
path: root/src/core/vert.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2019-12-15 00:39:18 +0800
committerchai <chaifix@163.com>2019-12-15 00:39:18 +0800
commit749bbc6a54e50c297ab49d9e515a3679651d1461 (patch)
tree097bbe044332e816aa481db1a4e325b8d3f63b0d /src/core/vert.h
parent3f44877edfe4c301b258d522bcb4e8d9b6e92382 (diff)
*misc
Diffstat (limited to 'src/core/vert.h')
-rw-r--r--src/core/vert.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/vert.h b/src/core/vert.h
index a85e38c..d594442 100644
--- a/src/core/vert.h
+++ b/src/core/vert.h
@@ -25,11 +25,13 @@ typedef struct Vert {
uint index;
Vec3 position;
Vec3 normal;
- Vec3 tangent;
+ Vec4 tangent;
Vec2 texcoord;
Color color;
+/*
Vec4 joint;
Vec4 weight;
+*/
} Vert;
#endif \ No newline at end of file