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/monalisa/MonaLisaRenderer.java
82 82
      mEffects.apply(new MatrixEffectMove(mMove));
83 83
      mEffects.apply(new MatrixEffectScale(mScale));
84 84

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

  
88 88
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff