Project

General

Profile

« Previous | Next » 

Revision 42e08626

Added by Leszek Koltunski almost 8 years ago

Remove the MACROBLOCK Effect altogether.

View differences:

src/main/java/org/distorted/library/EffectNames.java
120 120
 /////////////////////////////////////////////////////////////////////////////////
121 121
 // FRAGMENT EFFECTS
122 122
 // Always 8 Uniforms: 4-per effect interpolated values, 4 dimensional Region.
123
 /**
124
   * Create square-shaped macroblocks.
125
   * <p>
126
   * Uniforms: (macroblockSize,UNUSED,UNUSED,UNUSED, regionX, regionY, regionRX, regionRY)
127
   * Unity: macroblockSize = 1
128
   */
129
  MACROBLOCK       ( EffectTypes.FRAGMENT,   new float[] {1.0f}           ),
130 123
 /**
131 124
   * Make a given Region (partially) transparent.
132 125
   * <p>

Also available in: Unified diff