IW3 Material Commands

This commit is contained in:
Jan
2021-04-12 22:07:55 +02:00
parent 1267b8aa7b
commit 8342395823
3 changed files with 88 additions and 0 deletions

View File

@ -736,6 +736,22 @@ namespace IW3
MAPTYPE_COUNT = 0x6,
};
enum TextureSemantic
{
TS_2D = 0x0,
TS_FUNCTION = 0x1,
TS_COLOR_MAP = 0x2,
TS_UNUSED_1 = 0x3,
TS_UNUSED_2 = 0x4,
TS_NORMAL_MAP = 0x5,
TS_UNUSED_3 = 0x6,
TS_UNUSED_4 = 0x7,
TS_SPECULAR_MAP = 0x8,
TS_UNUSED_5 = 0x9,
TS_UNUSED_6 = 0xA,
TS_WATER_MAP = 0xB,
};
struct GfxImage
{
MapType mapType;