Hi All,
I would like to take a snapshot from my view3D, the away3D version that i am using i can’t find swapBackBuffer props, I started to use queueSnapshot, it works, but i can’t see any image, just black.
Take a look at my code below:
starlingCheckerboard.nextFrame();
view.render();
view.renderer.queueSnapshot(_capture);
Thanks
Edson