mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-11 07:18:11 -05:00
Add improvements from iw3 material dumping to iw4
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user