Away3d - Bitmap rendering w/ postprocessing
I've now completed main part of the refactoring work on rendering pipeline. Now user has possiblity to render either to sprite (SpriteView3D) or select BitmapView3D which renders to Bitmap instance in which you can select if you need the container or want to use just the bitmapData as texture, input ...