You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
document.createElementNS doesn't exist in workers. i guess this would need node polyfills and shims for the dom, possibly jsdom + canvas, but i have no idea how to use these packages. can't even install canvas without node-gyp complaining. if you figure something out you could make a pr.
Hi,
is it possible anyhow to load textures inside of the worker?
The normal texture loader doesn't work since it tries to access the dom:
Best
The text was updated successfully, but these errors were encountered: