vote up 0 vote down star

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

flag

1 Answer

vote up 1 vote down check

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|flag
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 at 9:27
I found the example: emanueleferonato.com/2007/12/… – zproxy Jul 2 at 10:16

Your Answer

Get an OpenID
or

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