Hi,,
I’m freshly new to Away3D and I would like to know if it is possible to take any MovieClip from my Library or embedded swf which contains an Animation (Vector) and then Place it on a 2D Plane and rotate it?
-XT
Place MovieClip with ANimation in 3D Space, Possible?Software: Away3D 4.x |
||
XTender, Newbie
Posted: 25 March 2013 03:20 PM Total Posts: 1 Hi,, -XT |
||
geekay, Jr. Member
Posted: 27 March 2013 05:17 AM Total Posts: 40 [ # 1 ] It is by no means efficient… but it is possible. Simply get the bitmapdata of the movieclip in question and pass that as a texture in a TextureMaterial (I like to use Cast.bitmapTexture to turn the bitmapdata into a texture), and you apply the material to your mesh. You then do this before rendering each frame. Hope that helps. |