1
vote
1answer
861 views

Multi texturing in XNA

I am attempting to make a map editor for my game, just so I can visualize how the end result would be. To my world I can add cubes (2 triangles) or corners (1 triangle), which are then added to a ...