Hi All,
This question is about Away3D v3.x:
Is it possible to get a screenshot (or bitmmap, bitmapdata, etc.) of a higher resolution than the view3D dimensions?
Eg: View3D size is 320x200 and I want to get an image of 1280x640.
I know I could change the screenshot size or I could increase the View3D size, then take screenshot, then reduce size, but I would like to avoid that if possible.