Flickering result when using a frame buffer object / dataTexture

@marquizzo helped me see that the problem was in the FBO vertex shader, where I flip the uv coordinates on the y axis. Simply defining vUv = uv (rather than flipping the uv on the y axis) clears this up.

1 Like