Project

General

Profile

« Previous | Next » 

Revision f3ca895f

Added by Leszek Koltunski about 4 years ago

Rename MeshFlat MeshRectangles.

View differences:

src/main/java/org/distorted/examples/inflate/InflateActivity2.java
24 24
import org.distorted.library.main.DistortedTexture;
25 25
import org.distorted.library.mesh.MeshBase;
26 26
import org.distorted.library.mesh.MeshCubes;
27
import org.distorted.library.mesh.MeshFlat;
27
import org.distorted.library.mesh.MeshRectangles;
28 28
import org.distorted.library.mesh.MeshQuad;
29 29
import org.distorted.library.mesh.MeshSphere;
30 30
import org.distorted.library.type.Static4D;
......
122 122
                  mMesh = new MeshCubes(numCols, str, numSlic, mapFB, mapFB, mapLR, mapLR, mapTB, mapTB);
123 123
                  }
124 124
                break;
125
        case 1: mMesh = new MeshFlat(numCols,numRows);
125
        case 1: mMesh = new MeshRectangles(numCols,numRows);
126 126
                break;
127 127
        case 2: mMesh = new MeshSphere(numRows);
128 128
                break;

Also available in: Unified diff