mirror of
				https://github.com/Laupetin/OpenAssetTools.git
				synced 2025-10-30 18:17:15 +00:00 
			
		
		
		
	IW3 Material Commands
This commit is contained in:
		| @@ -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; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user