Tagged Questions
0
votes
2answers
1k views
How do I draw a single Triangle with XNA and fill it with a Texture?
I'm trying to wrap my head around:
http://msdn.microsoft.com/en-us/library/bb196409.aspx
I'm trying to create a method in XNA that renders a single Triangle, then later make a method that takes a ...