We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f499ee commit a8a1c9bCopy full SHA for a8a1c9b
effects/range.fx
@@ -46,7 +46,7 @@ technique Cast
46
StencilZFail = incr;
47
StencilPass = keep;
48
StencilFunc = notequal;
49
- CCW_StencilFail = zero;
+ CCW_StencilFail = keep;
50
CCW_StencilZFail = decr;
51
CCW_StencilPass = keep;
52
CCW_StencilFunc = notequal;
0 commit comments