From 9c89460e136ed6c6c43704d9a3a15105e0f006b0 Mon Sep 17 00:00:00 2001 From: chai Date: Sat, 22 Feb 2020 18:17:06 +0800 Subject: *wog --- src/core/vert.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/core/vert.h') diff --git a/src/core/vert.h b/src/core/vert.h index 8578d87..6c968b5 100644 --- a/src/core/vert.h +++ b/src/core/vert.h @@ -22,16 +22,15 @@ Color color32_tocolor(Color32* c); void color_tocolor32(Color c, Color32* out); void color32_saturate(Color32* c); -/*readonly*/ typedef struct Vert { uint index; Vec3 position; Vec3 normal; - Vec4 tangent; + Vec4 tangent; // w for handness Vec2 texcoord; Color color; /* - Vec2 texcoord1; + Vec2 texcoord1; // for lightmap Vec4 joint; Vec4 weight; */ -- cgit v1.1-26-g67d0