Rotating Blitted images

Started by Melssj5, July 09, 2006, 01:07:45 AM

Previous topic - Next topic

Melssj5

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.?
Nada por ahora

EgonOlsen

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.