Project

General

Profile

« Previous | Next » 

Revision ebb06a48

Added by Leszek Koltunski almost 7 years ago

Bugfixes for the recent 'Effect classes' API change.

View differences:

src/main/java/org/distorted/examples/projection/ProjectionRenderer.java
103 103
   public void onSurfaceChanged(GL10 glUnused, int width, int height) 
104 104
      {
105 105
      mScreen.setProjection(mF,mNear);
106
      mEffects.abortAllEffects();
107 106

  
108 107
      Paint paint = new Paint();
109 108
      Bitmap bmp  = Bitmap.createBitmap(width,height, Bitmap.Config.ARGB_8888);

Also available in: Unified diff