Project

General

Profile

« Previous | Next » 

Revision 61420934

Added by Leszek Koltunski almost 4 years ago

Prepare Generic for the stretchless API.

View differences:

src/main/java/org/distorted/examples/inflate/InflateMeshList.java
113 113
    switch(ordinal)
114 114
      {
115 115
      case 0: return slic;  // cubes
116
      case 1: return rows;  // rectangles
116
      case 1: return 0;     // rectangles
117 117
      case 2: return rows;  // sphere
118
      case 3: return 1;     // quad
119
      case 4: return rows;  // triangles
118
      case 3: return 0;     // quad
119
      case 4: return 0;     // triangles
120 120
      }
121 121

  
122 122
    return 0;

Also available in: Unified diff