colors - how to read pixeldata efficiently with WebGL? -


is there faster method read pixel data getimagedata() ? i'm using three.js , far in order pixel's colors image , use them scene have read pixel data directly canvas element, there faster way?

cheers

getimagedata() html5 canvas method. if want manipulate pixel values, need further webgl fragment-shaders. if need pixel data else, don't think there's faster method.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -