mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-11 07:18:11 -05:00
Add missing IW5 commands
This commit is contained in:
@ -1158,7 +1158,7 @@ namespace IW5
|
||||
int partitionIndex;
|
||||
};
|
||||
|
||||
struct CollisionAabbTree
|
||||
struct type_align(16) CollisionAabbTree
|
||||
{
|
||||
float midPoint[3];
|
||||
unsigned short materialIndex;
|
||||
@ -1694,7 +1694,7 @@ namespace IW5
|
||||
unsigned char endVertIndex;
|
||||
};
|
||||
|
||||
union FxGlassGeometryData
|
||||
union type_align(4) FxGlassGeometryData
|
||||
{
|
||||
FxGlassVertex vert;
|
||||
FxGlassHoleHeader hole;
|
||||
|
Reference in New Issue
Block a user