Add improvements from iw3 material dumping to iw4

This commit is contained in:
Jan
2022-04-21 19:58:49 +02:00
parent c91d71e809
commit 2823a46b92
3 changed files with 152 additions and 3 deletions

View File

@ -791,6 +791,15 @@ namespace IW4
unsigned int loadBits[2];
};
struct infoParm_t
{
const char* name;
unsigned int clearSolid;
unsigned int surfaceFlags;
unsigned int contents;
unsigned int toolFlags;
};
struct gcc_align(8) GfxDrawSurfFields
{
uint64_t objectId : 16;