cannot use cesiume in Worker

Hi,

I need to do some processing in a worker, and I'd love to use Cesium functions, but:

    importScripts('url_of/Cesium.js');

Won't work because document and window are undefined (which is expected).

Is there a ways to use Cesium build in a worker ?

Thanks,

Vincent.

Vincent,

You may be able to mock them or look at the approach taken here for use with node (not a final solution though).

Patrick