Project

General

Profile

« Previous | Next » 

Revision 7b2f81e8

Added by Leszek Koltunski over 2 years ago

Improvements for the new Border effect. Now works, but covers the object - to be corrected.

View differences:

src/main/java/org/distorted/library/effect/PostprocessEffectBorder.java
50 50
 */
51 51
  public boolean compute(float[] uniforms, int index, long currentDuration, long step )
52 52
    {
53
    mColor.get(uniforms,index+1,currentDuration,step);
53
    mColor.get(uniforms,index+2,currentDuration,step);
54 54
    return mHalo.get(uniforms,index,currentDuration,step);
55 55
    }
56 56

  

Also available in: Unified diff