Flash3D profesionnal tool


DistortImage in AS3

June 25th, 2007 by kiroukou :: Contributions, Resources, en :: RSS 2.0

Hi all,
it’s been a while without giving any news, but a lot of work lately.

I often receive some questions about the AS3 port of my DistortImage class.
Several people already port it I guess, as Alex Ulhmann and Carles Sanz who sent me their work.

Alex has done a kind of refactoring, to optimize and clean my old code resulting in 3 classes instead of one, and Carles offers a simple port.

So I finally take time to make them available to everyone interessted :)

DistortImage AS3 by Alex

DistortImage AS3 by Carles Sanz

[UPDATE]
Ruben Swieringa blog entry with link to his version with demo

Have fun,
Thomas

One Response to “DistortImage in AS3”

  1. October 8th, 2007 at 1:20 pm :: Philippe

    Carles Sanz’ implementation is nice (only one class, unlike Alex’s) but is doesn’t compile without minor fixes:
    - ‘instanceof’ to change to ‘is’
    - and explicit typing for the __concat method.

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>