From 407a038b19abda6ab781b32a4895de56d9edb8df Mon Sep 17 00:00:00 2001 From: grm 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