Hi
I would like to add a View3D(away3D) on a bitmap to a sprite, is it possible?
This bitmap is updated.
thanks
a view3D on a bitmap to a spriteSoftware: Away3D 4.x |
||
Igor, Newbie
Posted: 20 April 2012 02:21 PM Total Posts: 1 Hi I would like to add a View3D(away3D) on a bitmap to a sprite, is it possible? thanks |
||
ASWC, Member
Posted: 20 April 2012 04:57 PM Total Posts: 76 [ # 1 ] no, Stage3D always appear on the stage background and cannot be part of the display list. It certainly cannot be added to any container or display list. ne way would be to get a bitmapData of the Stage3D which is possible but very slow. |