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.