Project

General

Profile

« Previous | Next » 

Revision 044b5494

Added by Leszek Koltunski about 4 years ago

Move the Effects.setStretch to Meshbase.setStretch

View differences:

src/main/java/org/distorted/library/mesh/MeshRectangles.java
158 158
 */
159 159
 public MeshRectangles(int cols, int rows)
160 160
    {
161
    super(1,1,0);
161 162
    computeNumberOfVertices(cols,rows);
162 163

  
163 164
    float[] attribs= new float[VERT_ATTRIBS*numVertices];

Also available in: Unified diff