diff options
author | quou <quou@disroot.org> | 2025-03-10 13:18:03 +1100 |
---|---|---|
committer | quou <quou@disroot.org> | 2025-03-10 13:18:03 +1100 |
commit | a7ef36bc519dff1700048ba8f21658daa138a81a (patch) | |
tree | 8778d112afdf21be6c1856fc062b8969f5ee3739 /model.cpp | |
parent | 0bc95e2084b970819d15306f7e3ab8b81a108dcd (diff) |
msaa
Diffstat (limited to 'model.cpp')
-rw-r--r-- | model.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -384,7 +384,7 @@ void Model_Instance::render( res.vp ); } else { - pb.depth(true, false, Depth_Mode::equal); + pb.depth(true, true, Depth_Mode::less); pb.shader(mesh.shader); pb.sbuffer(mesh.light_binding, lighting->lights.gpuonly); pb.sbuffer(mesh.casters_binding, lighting->casters.gpuonly); |