Error printing Cesium Globe

Hi at all,

I'm a GWT SW developer. I'm implementing GWT-Cesium web and I need to implement a printing functionality including the Cesium area and the rest of GWT components.

I'm using the Javascript 'windows.print()' function to do it. It prints all GWT components but the Cesium globe. The Cesium globe area appears as a black area showing only its stars.

Could you help me, please??

Mario, have you figured out this problem yet? I think the solution is for you to simply call viewer.render() immediately before calling the print function, but I haven’t actually tried it to confirm.

Hello Matthew, thanks a lot!!, I tried your solution and it works fine. Thank you very much!