diff options
author | gramanas <anastasis.gramm2@gmail.com> | 2024-05-31 22:44:35 +0300 |
---|---|---|
committer | gramanas <anastasis.gramm2@gmail.com> | 2024-05-31 22:44:35 +0300 |
commit | 9acc6b19c6efefb75ee5bc409df3e9346bd07d73 (patch) | |
tree | 113831fe97b39a0d2fa2d2cd8c825a8d2e13c657 /src/state.h | |
parent | a5a82709028c475d0ff6cd54f6d07f16375e156e (diff) | |
download | cgame-9acc6b19c6efefb75ee5bc409df3e9346bd07d73.tar.gz cgame-9acc6b19c6efefb75ee5bc409df3e9346bd07d73.tar.bz2 cgame-9acc6b19c6efefb75ee5bc409df3e9346bd07d73.zip |
Load glTF
Diffstat (limited to 'src/state.h')
-rw-r--r-- | src/state.h | 2 |
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; |