Project

General

Profile

« Previous | Next » 

Revision 56c6ca24

Added by Leszek Koltunski almost 6 years ago

OIT: lots of progress on all fronts. Still a few bugs to solve though!

View differences:

src/main/java/org/distorted/library/main/DistortedNode.java
283 283

  
284 284
    if( input.setAsInput() )
285 285
      {
286
      surface.setAsOutput(currTime);
287 286
      mState.apply();
288 287
      GLES31.glDisable(GLES31.GL_BLEND);
289 288
      mEffects.drawPriv(mSurface.getWidth()/2.0f, mSurface.getHeight()/2.0f, mMesh, surface, currTime, 0);
......
303 302

  
304 303
    if( input.setAsInput() )
305 304
      {
306
      surface.setAsOutput(currTime);
307 305
      mState.apply();
308 306
      mEffects.drawPriv(mSurface.getWidth()/2.0f, mSurface.getHeight()/2.0f, mMesh, surface, currTime, 0);
309 307
      return 1;

Also available in: Unified diff