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/aroundtheworld/AroundTheWorldRenderer.java
71 71
      mEffects.apply(new MatrixEffectScale(mScale));
72 72

  
73 73
      mManager.apply(mEffects);
74
      mScreen = new DistortedScreen(mView);
74
      mScreen = new DistortedScreen();
75 75
      mScreen.glClearColor(0.5f, 0.5f, 0.5f, 1.0f);
76 76
      }
77 77

  

Also available in: Unified diff