Project

General

Profile

« Previous | Next » 

Revision 10b7e588

Added by Leszek Koltunski over 7 years ago

Rename various classes; fix a bug in Around the World.

View differences:

src/main/java/org/distorted/examples/matrix3d/Matrix3DRenderer.java
23 23
import android.opengl.GLSurfaceView;
24 24

  
25 25
import org.distorted.library.Distorted;
26
import org.distorted.library.DistortedObjectGrid;
26
import org.distorted.library.GridObject;
27 27
import org.distorted.library.DistortedObject;
28 28
import org.distorted.library.EffectTypes;
29 29

  
......
36 36
{
37 37
    private GLSurfaceView mView;
38 38
    private DistortedObject mObject;
39
    private DistortedObjectGrid mGrid;
39
    private GridObject mGrid;
40 40

  
41 41
    private int mWidth, mHeight;
42 42

  

Also available in: Unified diff