Project

General

Profile

« Previous | Next » 

Revision 7d41fc84

Added by Leszek Koltunski over 1 year ago

Beginnings of support for AI Cube.

View differences:

src/main/java/org/distorted/objectlib/objects/TwistyBandagedAbstract.java
162 162
    return mSolvedQuatsAbstract;
163 163
    }
164 164

  
165
///////////////////////////////////////////////////////////////////////////////////////////////////
166
// Computing scramble states of many a bandaged cubes takes way too long time and too much space.
167
// Return null here and turn to construction of scramble tables just-in-time (scrambleType=2)
168

  
169
  public int[][] getScrambleEdges()
170
    {
171
    return null;
172
    }
173

  
174
///////////////////////////////////////////////////////////////////////////////////////////////////
175

  
176
  @Override
177
  public int getScrambleType()
178
    {
179
    return 2;
180
    }
181

  
182 165
///////////////////////////////////////////////////////////////////////////////////////////////////
183 166

  
184 167
  public float[][] getCuts(int[] numLayers)

Also available in: Unified diff