mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-11 15:28:11 -05:00
Parse techset files for IW4
This commit is contained in:
@ -1252,9 +1252,9 @@ namespace IW4
|
||||
struct MaterialTechniqueSet
|
||||
{
|
||||
const char* name;
|
||||
char worldVertFormat;
|
||||
unsigned char worldVertFormat;
|
||||
bool hasBeenUploaded;
|
||||
char unused[1];
|
||||
unsigned char unused[1];
|
||||
MaterialTechniqueSet* remappedTechniqueSet;
|
||||
MaterialTechnique* techniques[48];
|
||||
};
|
||||
|
Reference in New Issue
Block a user