Tagged Questions
3
votes
1answer
297 views
Stencil mask with AlphaTestEffect
I am trying to pull off the following effect in XNA 4.0:
http://eng.utah.edu/~brendanw/question.jpg
The purple area has 50% opacity. I have gotten pretty close with the following code:
public ...