DepthWrite false

This commit is contained in:
ethan merchant 2024-02-04 01:23:37 -05:00
parent b9e2f061b8
commit 600e882647

View file

@ -47,6 +47,7 @@ public class Mat {
sky.FaceCull = Cull.Front;
unlit_clear.Transparency = Transparency.Blend;
unlit_clear.DepthWrite = false;
}
public void Run() {