mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-11 15:28:11 -05:00
Handle material alphatest gt0
This commit is contained in:
@ -412,6 +412,8 @@ namespace IW4
|
||||
SetAlphaTest(AlphaTest_e::ALWAYS);
|
||||
else if (alphaTest == GDT_ALPHA_TEST_GE128)
|
||||
SetAlphaTest(AlphaTest_e::GE128);
|
||||
else if (alphaTest == GDT_ALPHA_TEST_GT0) // TODO: This is not available for IW3
|
||||
SetAlphaTest(AlphaTest_e::GT0);
|
||||
else
|
||||
{
|
||||
std::ostringstream ss;
|
||||
|
Reference in New Issue
Block a user