Hi all.
I am trying to use the offscreen canvas in my 3d threejs based viewer.
One of my problems is that I don’t know how to interact with my scene with an orbitControls in the webworker thread.
As far as I know, webworkers cannot interact with dom objects.
Is there any workarraound for this?
Best regards