1

Possible Duplicate:
How can I bend a a display object?

Is it possible to use Flash to do more complex 3D transformations?

I already found out 3D rotations are possible. Additionally I also need some warp transformation in order to 'wrap' an image around a bottle.

warped logo on mug

Is this possible?

Community
  • 1
  • 1
Steven Jeuris
  • 18,274
  • 9
  • 70
  • 161

1 Answers1

1

The DisplacementMapFilter might be the thing you're looking for. It's quite complicated to use, but there are some tutorials like http://nodename.com/blog/2006/01/16/psyarks-displacementmapfilter-tutorial/ and http://www.emanueleferonato.com/2007/12/03/understanding-flash-displacement-map-filter/ that are helpful to understand how it works theoretically. Make your transformed image look real will be hard work, though...

Pumuckline
  • 627
  • 8
  • 17