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/DistortedObject.java
23 23
import android.opengl.GLES20;
24 24
import android.opengl.GLUtils;
25 25

  
26
import org.distorted.library.message.EffectListener;
26 27
import org.distorted.library.type.Float1D;
27 28
import org.distorted.library.type.Float2D;
28 29
import org.distorted.library.type.Float3D;
......
52 53

  
53 54
    protected boolean matrixCloned, vertexCloned, fragmentCloned;
54 55
 
55
    protected GridObject mGrid = null;
56
    protected DistortedObjectGrid mGrid = null;
56 57
    protected long mID;
57 58
    protected int mSizeX, mSizeY, mSizeZ, mSize; // in screen space
58 59

  

Also available in: Unified diff