Project

General

Profile

« Previous | Next » 

Revision d6e94c84

Added by Leszek Koltunski over 7 years ago

progress with Postprocessing.

View differences:

src/main/java/org/distorted/library/EffectQueueMatrix.java
257 257
///////////////////////////////////////////////////////////////////////////////////////////////////
258 258
// here construct the ModelView Matrix, but without any effects
259 259

  
260
  synchronized void sendZero(DistortedFramebuffer df, float halfX, float halfY, float halfZ)
260
  synchronized static void sendZero(DistortedFramebuffer df, float halfX, float halfY, float halfZ)
261 261
    {
262 262
    Matrix.setIdentityM(mTmpMatrix, 0);
263 263
    Matrix.translateM(mTmpMatrix, 0, halfX-df.mWidth/2, df.mHeight/2-halfY, -df.mDistance);

Also available in: Unified diff