Any plans to use OffscreenCanvas render in separate webworker?
by user 301690209303658496
Any plans to use OffscreenCanvas render in separate webworker?
by user 301690209303658496
We’ve looked at some samples using it but haven’t decided if it’s worth the effort yet to be honest - using an Offscreen canvas is an optimisation that’s not available on all platforms (e.g. in VR we render directly for much better performance).
That being said, you can always add things yourself with Needle Engine, it’s designed to be flexible
Do you have a specific usecase where you’rd benefit from built-in OffscreenCanvas support?