0

I want to make collage,

Example : http://www.as3.ro/p1_anim4.swf (1.4 mb);

I want to bend images using as3.

tshepang
  • 12,111
  • 21
  • 91
  • 136
Radu
  • 37
  • 10

2 Answers2

1

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!

alecmce
  • 1,456
  • 10
  • 23
1

I would use Papervision; with as3mod. "AS3Dmod is a library of modifiers for 3d objects." - with a bend function.

daihovey
  • 3,485
  • 13
  • 66
  • 110