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/deform/DeformRenderer.java
133 133

  
134 134
      movingShearDynamic.add(vShear[0]);
135 135

  
136
      mScreen = new DistortedScreen(mView);
136
      mScreen = new DistortedScreen();
137 137
      mScreen.setDebug(DistortedScreen.DEBUG_FPS);
138 138

  
139 139
      mMovingDistort   = new VertexEffectDistort(movingDistortDynamic, mTouchPoint, mRegion);

Also available in: Unified diff