Project

General

Profile

« Previous | Next » 

Revision 23691e40

Added by Leszek Koltunski over 2 years ago

New BORDER effect.

View differences:

src/main/java/org/distorted/library/effect/EffectName.java
76 76

  
77 77
  BLUR             ( EffectType.POSTPROCESS,new float[] {0.0f}           , 2, 0,     0    , PostprocessEffectBlur.class    ),
78 78
  GLOW             ( EffectType.POSTPROCESS,new float[] {0.0f}           , 6, 0,     0    , PostprocessEffectGlow.class    ),
79
  BORDER           ( EffectType.POSTPROCESS,new float[] {0.0f}           , 6, 0,     0    , PostprocessEffectBorder.class  ),
79
  BORDER           ( EffectType.POSTPROCESS,new float[] {0.0f}           , 5, 0,     0    , PostprocessEffectBorder.class  ),
80 80
  ;
81 81

  
82 82
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff