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:

|
|
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:
|
||
|
|
|
|
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. |
||||
|