Is it posible to rotate blitted images, I want to do a level meter (I dont know how to translate it). Anyway, I need to rotate a blited image, is ti posible or do I need to build the whole image by plotting small images.?
Something like the car example is doing in the upper right corner? Well, you can't rotate the blit, so you either have to do it like the car example does (if that's what you are after) or use a billboarded quad for this that is positioned accordingly. That solution is a bit more math intense, but also doable.