Project

General

Profile

« Previous | Next » 

Revision b3120b1b

Added by Leszek Koltunski almost 7 years ago

Progress with Stencil in Postprocessing (doesn't work still)

View differences:

src/main/java/org/distorted/library/EffectQueueMatrix.java
197 197

  
198 198
    scale = 1.0f + marginInPixels/( xlen>ylen ? ylen:xlen );
199 199

  
200
   // android.util.Log.d("scale", "scale= "+scale+" xlen="+xlen+" ylen="+ylen);
200
    //android.util.Log.d("scale", ""+marginInPixels+" scale= "+scale+" xlen="+xlen+" ylen="+ylen);
201 201

  
202 202
    Matrix.scaleM(mViewMatrix, 0, scale, scale, scale);
203 203
    }

Also available in: Unified diff