Andrew Gremlich @gremlich.dev · Mar 29

I'm learning how to use Three.js in a freelance project. So many things I didn't know what to do! For example, I didn't know that there was such a thing as OffScreenCanvas! I'm using it to process a three dimensional model in a WebWorker since a web worker doesn't support a regular canvas.

1 likes 1 replies

?

Replies

Andrew Gremlich · Mar 29

My previous take on processing this model involved an approach without using Three.js, and that turned out to be cumbersome.