Getting at individual pixels...
843799Aug 24 2001 — edited Aug 27 2001After and individual frame has been rendered, i'd like to get at the individual pixels and alter them before the frame is displayed. By overriding the canvas3d's postRender() method, i can add my own code into the rendering loop, but does anyone know how i can get the individual RGB values of the frames pixels to alter them?