summaryrefslogtreecommitdiffstats
path: root/src/state.h
diff options
context:
space:
mode:
authorgrm <grm@eyesin.space>2024-05-31 22:44:35 +0300
committergrm <grm@eyesin.space>2024-05-31 22:44:35 +0300
commit407a038b19abda6ab781b32a4895de56d9edb8df (patch)
tree113831fe97b39a0d2fa2d2cd8c825a8d2e13c657 /src/state.h
parent8934f18264dc5293f42e8add3cd32f59ddb13af3 (diff)
downloadcgame-407a038b19abda6ab781b32a4895de56d9edb8df.tar.gz
cgame-407a038b19abda6ab781b32a4895de56d9edb8df.tar.bz2
cgame-407a038b19abda6ab781b32a4895de56d9edb8df.zip
Load glTF
Diffstat (limited to 'src/state.h')
-rw-r--r--src/state.h2
1 files changed, 1 insertions, 1 deletions
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;