[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Rotating Images on a specified axis.



Rotate will distort the image as well, unless you rotate in 90 degree increments.  Make sure to always rotate based on the source, and not off of previous frames of the rotation.  Rotate is unfiltered, and won't look as good as rotozoom; rotozoom is slower I believe.