Project

General

Profile

« Previous | Next » 

Revision e4330c89

Added by Leszek Koltunski almost 7 years ago

Change of API: move setting the EGL context back to the APP.

View differences:

src/main/java/org/distorted/examples/bitmaptree/BitmapTreeRenderer.java
83 83
      mEffects.apply(new MatrixEffectScale(mScale));
84 84
      mEffects.apply(new FragmentEffectChroma(chromaDyn, new Static3D(0,0,1)));
85 85

  
86
      mScreen = new DistortedScreen(mView);
86
      mScreen = new DistortedScreen();
87 87
      }
88 88

  
89 89
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff