- add forcecullbackfaces in modeldef
This commit is contained in:
parent
dccce46d5b
commit
bac12948e5
3 changed files with 21 additions and 16 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue