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://www.flashactionscripttutorials.com/?p=projects&actionscript-functie=applyfilter
if want genuine 3d-objects, should use 3d-library (i recommend away3d).
Comments
Post a Comment