You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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);
}
}
The text was updated successfully, but these errors were encountered:
knupel
changed the title
post filter
post filter flip image up and down
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()
The text was updated successfully, but these errors were encountered: