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/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}           , 5, 0,     0    , PostprocessEffectBorder.class  ),
79
  BORDER           ( EffectType.POSTPROCESS,new float[] {0.0f}           , 6, 0,     0    , PostprocessEffectBorder.class  ),
80 80
  ;
81 81

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

Also available in: Unified diff