-
Notifications
You must be signed in to change notification settings - Fork 274
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
queueSnapshot does not work on multiply views #714
Comments
Fixed by adding same code into Stage3DProxy.as::onEnterFrame method |
I'm having the same issue. Did you need to add the whole queueSnapshot function to Stage3dProxy as well? Or should it still be called by the renderer? |
I did and got 'Error: Error #3692: All buffers need to be cleared every frame before drawing.' |
Thats my Stage3DProxy.as private function onEnterFrame(event:Event):void
|
Oh thanks. Yeah I had the call after present(); What's listening for 'snapshotReady' ? |
I made 'snapshotReady' for project purpose . _stageView.stage3DProxy1.addEventListener("snapshotReady", onSnapshotReady); You just have to wait for a next frame (eg present) |
Thanks. It's coming back black, I'll have to work out why it's empty. |
Hi,
RendererBase.as
The text was updated successfully, but these errors were encountered: