Reputation: 1083
The GPU picking example uses method: readRenderTargetPixels
but this doesn't seem to exist. Has it been removed? Is there an equivalent?
Example: http://threejs.org/examples/#webgl_interactive_cubes_gpu
Upvotes: 2
Views: 2680
Reputation: 3811
As Aracthor commented, WebGLRenderer.readRenderTargetPixels()
exists, but is undocumented.
(three.js r71)
Upvotes: 1