Skip to main content

All Questions

5 votes
1 answer
3k views

Loading texture from Web Worker in Three.js

When applying a large texture image to a Mesh for a noticeable period of time Three.js locks-up browser's main thread. Let's consider the following example: var texLoader = new THREE.TextureLoader(); ...
knee-cola's user avatar
  • 808