I want to capture away3d’s screen into a picture.but the object3d view doesn’t show in the picture.
the method is
var bmp:BitmapData = ImageSnapshot.captureBitmapData(component3d);//component3d extends UIComponent
img.source = new Bitmap(bmp); //img is an <mx:Image>
could somebody tell me why or show me an example?Thank you very much.