I want to make collage,
Example : http://www.as3.ro/p1%5Fanim4.swf (1.4 mb);
I want to bend images using as3.
I want to make collage,
Example : http://www.as3.ro/p1%5Fanim4.swf (1.4 mb);
I want to bend images using as3.
There is no easy way to do this. Any solution to this problem will involve a lot of experimenation, and cleverness.
For the 3D aspect of the transformation, investigate Papervision. For the 'bend' aspect of the transformation, investigate DisplacementMapFilters.
Good luck!