Project

General

Profile

« Previous | Next » 

Revision 27249eea

Added by Leszek Koltunski over 1 year ago

Produce new JSONs files (version 7, with new scrambling method)

View differences:

src/main/java/org/distorted/objectlib/objects/TwistyBandagedAbstract.java
25 25

  
26 26
public abstract class TwistyBandagedAbstract extends ShapeHexahedron
27 27
{
28
  // the three rotation axis of a 3x3 Cube. Must be normalized.
29 28
  static final Static3D[] ROT_AXIS = new Static3D[]
30 29
         {
31 30
           new Static3D(1,0,0),
......
165 164

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

  
170 169
  public int[][] getScrambleEdges()
171 170
    {

Also available in: Unified diff