Project

General

Profile

« Previous | Next » 

Revision a64e07d0

Added by Leszek Koltunski over 3 years ago

Beginnings of Megaminx & Gigaminx

View differences:

src/main/java/org/distorted/objects/TwistyHelicopter.java
182 182
           { 5 , 6,6,6,6,6 },
183 183
         };
184 184

  
185
  private static int[] QUAT_INDICES =
185
  private static final int[] QUAT_INDICES =
186 186
      { 0,13,14,1,12,2,3,7,20,6,13,17,7,23,18,12,22,10,8,16,11,21,19,9,3,15,14,0,5,2,1,4 };
187 187

  
188 188
  private static MeshBase mCornerMesh, mFaceMesh;
......
225 225

  
226 226
///////////////////////////////////////////////////////////////////////////////////////////////////
227 227

  
228
  int getNumStickerTypes()
228
  int getNumStickerTypes(int numLayers)
229 229
    {
230 230
    return 1;
231 231
    }
......
258 258

  
259 259
///////////////////////////////////////////////////////////////////////////////////////////////////
260 260

  
261
  MeshBase createCubitMesh(int cubit)
261
  MeshBase createCubitMesh(int cubit, int numLayers)
262 262
    {
263 263
    MeshBase mesh;
264 264

  
......
309 309

  
310 310
///////////////////////////////////////////////////////////////////////////////////////////////////
311 311

  
312
  float[] getRowChances()
312
  float[] getRowChances(int numLayers)
313 313
    {
314 314
    float[] chances = new float[3];
315 315

  

Also available in: Unified diff