Project

General

Profile

« Previous | Next » 

Revision 1b840bc4

Added by Leszek Koltunski over 6 years ago

More progress with Effects3D app.

View differences:

src/main/java/org/distorted/library/effect/EffectName.java
68 68
  SMOOTH_CONTRAST  ( EffectType.FRAGMENT,   new float[] {1.0f}           , 1, true , false ),
69 69

  
70 70
  BLUR             ( EffectType.POSTPROCESS,new float[] {0.0f}           , 1, false, false ),
71
  GLOW             ( EffectType.POSTPROCESS,new float[] {0.0f}           , 4, false, false );
71
  GLOW             ( EffectType.POSTPROCESS,new float[] {0.0f}           , 5, false, false );
72 72

  
73 73
///////////////////////////////////////////////////////////////////////////////////////////////////
74 74

  

Also available in: Unified diff