proper settings for additive style mat

This commit is contained in:
ethan merchant 2024-11-10 05:24:37 -05:00
parent 4a7f536999
commit ffc9e3fecb

View file

@ -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()