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/flag/FlagRenderer.java
26 26

  
27 27
import org.distorted.examples.R;
28 28
import org.distorted.library.Distorted;
29
import org.distorted.library.DistortedCubesGrid;
29
import org.distorted.library.GridCubes;
30 30
import org.distorted.library.DistortedObject;
31 31
import org.distorted.library.EffectTypes;
32 32
import org.distorted.library.type.Dynamic;
......
48 48
{
49 49
    private GLSurfaceView mView;
50 50
    private DistortedObject mObject;
51
    private DistortedCubesGrid mGrid;
51
    private GridCubes mGrid;
52 52
    private int mObjWidth, mObjHeight;
53 53
    private DynamicQuat mQuatInt1, mQuatInt2;
54 54
    private Dynamic5D mWaveDyn;
......
63 63
      {
64 64
      mView = v;
65 65

  
66
      mGrid = new DistortedCubesGrid(50,30,false);
66
      mGrid = new GridCubes(50,30,false);
67 67
      mObject = new DistortedObject(500,300,10);
68 68

  
69 69
      mObjWidth = mObject.getWidth();

Also available in: Unified diff