proper settings for additive style mat
This commit is contained in:
parent
4a7f536999
commit
ffc9e3fecb
1 changed files with 3 additions and 1 deletions
|
@ -29,8 +29,10 @@ static class Arts
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
mat_backbox.Transparency = Transparency.Add;
|
|
||||||
mat_backbox.FaceCull = Cull.Front;
|
mat_backbox.FaceCull = Cull.Front;
|
||||||
|
mat_backbox.Transparency = Transparency.Add;
|
||||||
|
mat_backbox.DepthTest = DepthTest.LessOrEq;
|
||||||
|
mat_backbox.DepthWrite = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void Frame()
|
public static void Frame()
|
||||||
|
|
Loading…
Add table
Reference in a new issue