mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-15 21:03:14 +08:00
R29 - Added AwcForm WIP warning, tweaked paths depth clipping, updated todo
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user