Search found 1 match

by wraith321
Wed Oct 24, 2018 3:44 am
Forum: Support and Development
Topic: Drawing inside of stencil doesn't respect stencil testing
Replies: 1
Views: 2148

Drawing inside of stencil doesn't respect stencil testing

Hey, So I found out about using graphics.setColorMask() to enable drawing inside of the stencil function. Problem with this is, that only the values written to the stencil buffer respect the current graphics.setStencilTest() settings, so the pixels will always be drawn, ignoring the current stencil ...