Tagged Questions
0
votes
1answer
441 views
Rendering multiple textures on a terrain in XNA / C#
I am working on a terrain in XNA/C#. My intention is to be able to render multiple textures on the ground across the terrain. However, all tutorials like this are only capable of doing it with about ...