actionscript 3 - 3d shapes in flex -


i drawing 3 circles in flex application, using actionscript. these circles pure 2d images, not looking good. how can make 3d using shadows or shades inside shape.

cheers,pk

if want 3d-ish effects, should usage of bevelfilter. have found links show how can use filter:

http://www.republicofcode.com/tutorials/flash/as3filters/

http://wonderfl.net/c/6axw

http://www.flashactionscripttutorials.com/?p=projects&actionscript-functie=applyfilter

if want genuine 3d-objects, should use 3d-library (i recommend away3d).


Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -