update VEC3 structure

This commit is contained in:
MihailRis
2024-10-24 20:15:59 +03:00
parent 39d9f269fa
commit 30725c80c7
4 changed files with 25 additions and 25 deletions
+2 -2
View File
@@ -57,10 +57,10 @@ struct Header {
sizeof(Header) == 12;
struct Body {
uint16 model_count
uint16 material_count
Model models[];
uint16 model_count
Material materials[];
Model models[];
};
sizeof(Body) == 4; // + dynamic models array + dynamic materials array