Project

General

Profile

« Previous | Next » 

Revision 1dfc9074

Added by Leszek Koltunski almost 7 years ago

All knowledge about Postporcessing moved to the respective Effect classes.

View differences:

src/main/java/org/distorted/library/effect/PostprocessEffectGlow.java
19 19

  
20 20
package org.distorted.library.effect;
21 21

  
22
import org.distorted.library.main.DistortedFramebuffer;
22 23
import org.distorted.library.type.Data1D;
23 24
import org.distorted.library.type.Data4D;
24 25

  
......
51 52
    mColor.get(uniforms,index+1,currentDuration,step);
52 53
    return mGlowRadius.get(uniforms,index,currentDuration,step);
53 54
    }
55

  
56

  
57
///////////////////////////////////////////////////////////////////////////////////////////////////
58

  
59
  public int apply(float[] uniforms, int index, float qualityScale, DistortedFramebuffer buffer)
60
    {
61
    return 0;
62
    }
54 63
  }

Also available in: Unified diff