Project

General

Profile

« Previous | Next » 

Revision 55fa6993

Added by Leszek Koltunski over 2 years ago

Systematic names for the meshes.

View differences:

src/main/java/org/distorted/objectlib/objects/TwistyCuboid.java
183 183

  
184 184
    switch(x)
185 185
      {
186
      case 2: return y==2 ? R.raw.cube2 : R.raw.cu_232;
186
      case 2: return y==2 ? R.raw.cube_2 : R.raw.cu_232;
187 187
      case 3: switch(y)
188 188
                {
189 189
                case 2: return R.raw.cu_323;
190
                case 3: return R.raw.cube3;
190
                case 3: return R.raw.cube_3;
191 191
                case 4: return R.raw.cu_343;
192 192
                }
193
      case 4: return R.raw.cube4;
194
      case 5: return R.raw.cube5;
193
      case 4: return R.raw.cube_4;
194
      case 5: return R.raw.cube_5;
195 195
      }
196 196

  
197 197
    return 0;

Also available in: Unified diff