Project

General

Profile

« Previous | Next » 

Revision 95bc9f69

Added by Leszek Koltunski over 7 years ago

Fix 'Deform' and 'Projection's behaviour after onPause().

View differences:

src/main/java/org/distorted/examples/projection/ProjectionRenderer.java
98 98
      mWidth = width;
99 99
      mHeight= height;
100 100

  
101
      Distorted.setProjection(mF,mX,mY);
102
      mQueues.abortAllEffects();
103

  
101 104
      Paint paint = new Paint();
102 105
      mTexture    = new DistortedTexture(width,height);
103 106
      mGrid       = new GridFlat(50,50*height/width);

Also available in: Unified diff