R29 - Added AwcForm WIP warning, tweaked paths depth clipping, updated todo

This commit is contained in:
dexyfex
2018-03-14 22:54:18 +11:00
Unverified
parent 8b72fc1220
commit 52e4b2f20b
4 changed files with 34 additions and 20 deletions
+1 -1
View File
@@ -542,7 +542,7 @@ namespace CodeWalker.Rendering
//ClearDepth(context); //draw over everything else
context.OutputMerger.BlendState = bsDefault;
context.OutputMerger.DepthStencilState = PathsDepthClip ? dsEnabled : dsDisableAll;// dsEnabled; //
context.OutputMerger.DepthStencilState = PathsDepthClip ? dsDisableWrite : dsDisableAll;// dsEnabled; //
context.Rasterizer.State = rsSolid;
Paths.RenderBatches(context, RenderPathBatches, camera, GlobalLights);