All Questions
1 question
5
votes
1
answer
1k
views
Spritebatch Vertex shader world matrix change after each draw
I have a spritebatch where I draw some textures transformed in 3d space.
The easy way was just Begin with the transformation matrix, draw, and end it right after.
But that is silly, so I'm trying ...