Project

General

Profile

« Previous | Next » 

Revision 667a1ad9

Added by Leszek Koltunski over 7 years ago

improve Postprocessing; new icon; minor things.

View differences:

src/main/java/org/distorted/library/EffectNames.java
241 241

  
242 242
  /////////////////////////////////////////////////////////////////////////////////
243 243
  // POSTPROCESSING EFFECTS.
244
  // Always 1 Uniform: 1 per-effect interpolated value.
244
  // Always 4 Uniforms: 4 per-effect interpolated values.
245 245
 /**
246 246
   * Blur the area around the center.
247 247
   * <p>
248
   * Uniforms: (radius)
248
   * Uniforms: (radius,UNUSED,UNUSED,UNUSED)
249 249
   * <p>
250
   * Unity: radius==0
250
   * Unity: radius = 0
251 251
   */
252 252
  BLUR             ( EffectTypes.POSTPROCESS,new float[] {0.0f}          , 1, false, false );
253 253

  

Also available in: Unified diff