summaryrefslogtreecommitdiff
path: root/src/core/vert.h
diff options
context:
space:
mode:
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