Project

General

Profile

« Previous | Next » 

Revision 80f37d1b

Added by Leszek Koltunski about 6 years ago

New 'Triblur' testapp.

Shows that the Blur effect doesn't fully work (probably it is the 'blitWithDepth' function which needs to be corrected)

View differences:

src/main/java/org/distorted/examples/multiblur/MultiblurActivity.java
130 130
        case 1 : quality1(null); break;
131 131
        case 2 : quality2(null); break;
132 132
        case 3 : quality3(null); break;
133
        default: android.util.Log.e("Glow", "error - unknown quality!");
133
        default: android.util.Log.e("MultiBlur", "error - unknown quality!");
134 134
        }
135 135
      }
136 136

  

Also available in: Unified diff