3d view of a bitmap

Hi,

I’m trying to find a way to make 3d manipulations with a bitmap object (not only rotate/scale/skew, but more advanced ones). Could someone recommend a possible way to do that? I’m guessing that this would be possible using the getPixel(), setPixel() methods of BitmapData, but I’m concerned about the performance…

Actually, it doesn’t have to be BitmapData object… my starting point is some real-life image, and I don’t care what object it’s imported into, as long as I can transform and display it.

Thank you!
Daniel.