Project

General

Profile

« Previous | Next » 

Revision e458a4ba

Added by Leszek Koltunski almost 8 years ago

1. new package 'message'
2. Rename the 'Grid' classes to match

View differences:

src/main/java/org/distorted/library/EffectQueueMatrix.java
22 22
import android.opengl.GLES20;
23 23
import android.opengl.Matrix;
24 24

  
25
import org.distorted.library.message.EffectMessage;
25 26
import org.distorted.library.type.Float3D;
26 27
import org.distorted.library.type.Interpolator;
27 28
import org.distorted.library.type.Interpolator1D;
......
109 110
        {   
110 111
        for(int j=0; j<mNumListeners; j++)   
111 112
          EffectMessageSender.newMessage( mListeners.elementAt(j),
112
                                          EffectMessage.EFFECT_FINISHED, 
113
                                          EffectMessage.EFFECT_FINISHED,
113 114
                                         (mID[i]<<EffectTypes.LENGTH)+EffectTypes.MATRIX.type,
114 115
                                          mType[i], 
115 116
                                          mBitmapID,

Also available in: Unified diff