Project

General

Profile

« Previous | Next » 

Revision 3ef3364d

Added by Leszek Koltunski over 7 years ago

Hide the 'depth' of a DistortedTexture inside the library, so users do not get exposed to this weirdness.

View differences:

src/main/java/org/distorted/library/GridFlat.java
163 163
 */
164 164
   public GridFlat(int cols, int rows)
165 165
      {
166
      super(0.0f);
166 167
      computeNumberOfVertices(cols,rows);
167 168

  
168 169
      float[] positionData= new float[POSITION_DATA_SIZE*dataLength];

Also available in: Unified diff