From 9acc6b19c6efefb75ee5bc409df3e9346bd07d73 Mon Sep 17 00:00:00 2001 From: gramanas Date: Fri, 31 May 2024 22:44:35 +0300 Subject: Load glTF --- src/state.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/state.h') diff --git a/src/state.h b/src/state.h index c7b567f..2f02a20 100644 --- a/src/state.h +++ b/src/state.h @@ -58,7 +58,7 @@ typedef struct { typedef struct { V3 pos; - V3 color; + V3 normal; V2 texCoord; } Vertex; -- cgit v1.2.3