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?