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/bean/BeanRenderer.java
95 95
      mEffects.apply( new MatrixEffectMove(mMove) );
96 96
      mEffects.apply( new MatrixEffectScale(mScale) );
97 97

  
98
      mScreen = new DistortedScreen(mView);
98
      mScreen = new DistortedScreen();
99 99
      }
100 100

  
101 101
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff