I want to write the stencil buffer in a atactic shape. I can't figure out the shape before hand. the only way by which I can figure out the shape is the alpha test. Can I write the stencil buffer by...
Type: Posts; User: flyingcat
I want to write the stencil buffer in a atactic shape. I can't figure out the shape before hand. the only way by which I can figure out the shape is the alpha test. Can I write the stencil buffer by...
I have a texture and I want to reject some portion of pixels by alpha test. But it looks that the alpha test is useless for texture mapping. I set every pixel's alpha value and enable alpha test. but...