up vote 0 down vote favorite
share [g+] share [fb]

In actionscript 3 I want to apply a special effect which will render my flat 2d layout into a radial form.

Is there a way to achieve such an effect with existing features or should that be developed first by using alchemy?

External Example: alt text

link|improve this question

75% accept rate
feedback

1 Answer

up vote 1 down vote accepted

You could use pixel bender to create a custom filter for this, or you could try to use displacements maps. Either method could end up looking pixel-y or distorted and not necessarily what you want. The above example seems like it's being played on a circular game map rather than being a rendering effect.

link|improve this answer
At this time i am looking for pixel-y or distorted result. Could you provide an example for displacements maps or custom filter? – zproxy Jul 2 '09 at 9:27
I found the example: emanueleferonato.com/2007/12/03/… – zproxy Jul 2 '09 at 10:16
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.