I need to do a lot of rotations, and instead of doing extra calculations, I could draw the image as if it was at zero degrees, and then rotate it to what ever degrees I want.
Problem is, I might end up doing this +200 times per second. Should I even bother going there? Couldn't find the amount of render targets Xna could support. Would be glad if someone can enlighten me.