Tagged Questions
0
votes
1answer
545 views
XNA: Instancing Cubes, Each Side Different Texture
I am trying to make thousands of instanced cubes, each with a unique texture on each side.
Am I going to have to split each cube into 6 instanced faces, or can I unwrap it in such a way the the ...