rotation of 2d images (software)

Started by
0 comments, last by C0D1F1ED 18 years, 10 months ago
here's what I don't get, software 3d renderers, such as quake 2 software mode, seem to have no problem throwing textures all over the place on every polygon. Why then is it supposedly so time expensive to scale and/or rotate 2d sprites? It is basically the same as texturing a group of polygons composing a square, and then rotating that... which 3d renders do like its nothing.
~EODCyismARDEM
Advertisement
It depends on what you call 'time expensive' and what quality you require. Modern processors are quite good at rotating images, especially when using assembly optimizations like MMX. In many situations though, a bilinear filter isn't good enough, and this is when it starts to become expensive. This site dedicates a lot of detail to it: http://antigrain.com.

This topic is closed to new replies.

Advertisement