Quantcast
Channel: Away3D Forum
Viewing all articles
Browse latest Browse all 14

Screenshot does not work on multiply views

$
0
0

Hi,

The problem is shat queueSnapshot does not work on multiply views and the reason is the code in RendererBase.as:

if (!_shareContext{
                
if (_snapshotRequired && _snapshotBitmapData{
                    _context
.drawToBitmapData(_snapshotBitmapData);
                    
_snapshotRequired false;
                
}
            } 

Any workaround?


Viewing all articles
Browse latest Browse all 14

Trending Articles