The problem is that WebGLRenderer.readRenderTargetPixels() internally uses gl.readPixels() which is a synchronous operation. It tends to be slow especially on ...
確定! 回上一頁