Tewr

Results 32 comments of Tewr

I'm curious to why you say that data must be deserialized on the main thread and why it cannot be avoided. You can try optimizing by downloading data directly to...

> must be returned to the main thread so we can use JS interop to pass the data on to our Three.js methods. You could probably serialize from the worker...