Question

Some pseudo-code for accomplishing a linear fisheye distortion of a MovieClip's contents would be very appreciated.

The attached illustration shows how the "fisheye effect" is automatically applied to an area around the mouse-pointer.

The Flare toolkit has examples of both Bifocal and Fisheye distortion here.

distorted movieclip http://www.freeimagehosting.net/uploads/10925464bd.png

Was it helpful?

Solution

The DisplacementMapFilter can be used to do this.

DisplacementMapFilter(bmp,offset,1,2,75,75,"ignore")

Will give pleasing results.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top