Project

General

Profile

« Previous | Next » 

Revision 2fce34f4

Added by Leszek Koltunski almost 8 years ago

Major push towards simplifying DistortedObject's public API.
All Fragment effects are using the new API - the 'DataND' marker interfaces.

View differences:

src/main/java/org/distorted/library/EffectQueue.java
81 81
      mType            = new int[mMax[mMaxIndex]];
82 82
      mUniforms        = new float[numUniforms*mMax[mMaxIndex]];
83 83
      mInterI          = new Dynamic[mMax[mMaxIndex]];
84
      mInterP          = new Dynamic2D[mMax[mMaxIndex]];
84
      mInterP          = new Dynamic[mMax[mMaxIndex]];
85 85
      mCurrentDuration = new long[mMax[mMaxIndex]];
86 86
      mID              = new long[mMax[mMaxIndex]];
87 87
      mIDIndex         = new byte[mMax[mMaxIndex]];

Also available in: Unified diff