Project

General

Profile

« Previous | Next » 

Revision a22c6628

Added by Leszek Koltunski about 7 years ago

Beginnings of support for DistortedEffects.drawPrivFeedback()

View differences:

src/main/java/org/distorted/library/DistortedNode.java
264 264
    if( input.setAsInput() )
265 265
      {
266 266
      mState.apply();
267
      mEffects.drawPriv(mSurface.getWidth()/2.0f, mSurface.getHeight()/2.0f, mMesh, surface, currTime);
267
      mEffects.drawPrivFeedback(mSurface.getWidth()/2.0f, mSurface.getHeight()/2.0f, mMesh, surface, currTime);
268 268
      return 1;
269 269
      }
270 270

  

Also available in: Unified diff