- add forcecullbackfaces in modeldef

This commit is contained in:
Rachael Alexanderson 2023-10-14 10:35:28 -04:00
commit bac12948e5
3 changed files with 21 additions and 16 deletions

View file

@ -931,6 +931,10 @@ static void ParseModelDefLump(int Lump)
{
smf.flags |= MDL_CORRECTPIXELSTRETCH;
}
else if (sc.Compare("forcecullbackfaces"))
{
smf.flags |= MDL_FORCECULLBACKFACES;
}
else
{
sc.ScriptMessage("Unrecognized string \"%s\"", sc.String);