Hi guys,
Does anyone have any insight into how bitmaps are distorted when using UVT data and the Graphics.drawTriangles() method in Flash CS4? It is too quick for the bitmaps to be drawn pixel-by-pixel, and standard Matrix transformations won’t produce the same effect due to their affine nature. I guess scanlines are a possibility but I have a feeling that would also be quite slow.