Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

post filter flip image up and down #1

Open
knupel opened this issue Mar 6, 2019 · 0 comments
Open

post filter flip image up and down #1

knupel opened this issue Mar 6, 2019 · 0 comments

Comments

@knupel
Copy link
Owner

knupel commented Mar 6, 2019

the post filter shader reverse image, the reason is maybe there twice call of the same shader and the layer of the first is reverse ?
that's happen here warp_image_graphic_processor()

if(shader_warp_filter) { 
      try {
        // rope_warp_shader.set("flip_source",true,false);
        result.filter(rope_warp_shader);
      } catch(java.lang.RuntimeException e) { 
        printErrTempo(60,"class Warp void warp_image_graphic_processor: Too many calls to pushMatrix()",frameCount);
      }
    }
@knupel knupel changed the title post filter post filter flip image up and down Mar 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant