Create new Texture2D by rotating/flipping part of Texture2D
Hi,
I have some 2D textures, each of which I would like to cut a part out of using a sourceRect. The program would then rotate that part or flip it horisontally.
The end result would be some new 2D textures that I can draw on the screen.
Can someone guide me in the right direction?
Thanks!