Project

General

Profile

« Previous | Next » 

Revision a7067deb

Added by Leszek Koltunski over 7 years ago

small improvements in DISTORT

View differences:

src/main/java/org/distorted/library/EffectQueueVertex.java
179 179
      mUniforms[NUM_UNIFORMS*effect+3] = (float)Math.sin(d);
180 180
      mUniforms[NUM_UNIFORMS*effect+5] = (float)Math.cos(d);
181 181
      }
182
    if( mName[effect]==EffectNames.DISTORT.ordinal() )
183
      {
184
      mUniforms[NUM_UNIFORMS*effect+1] =-mUniforms[NUM_UNIFORMS*effect+1];
185
      }
182 186
    }
183 187

  
184 188
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff