Project

General

Profile

« Previous | Next » 

Revision 1d581993

Added by Leszek Koltunski about 2 years ago

Introduce ObjectSignature that can incorporate 192-bit signatures (for 5x5x5 bandaged cubes).
ObjectScrambler does not fully work yet.

View differences:

src/main/java/org/distorted/objectlib/main/TwistyObject.java
54 54
import org.distorted.objectlib.helpers.ObjectFaceShape;
55 55
import org.distorted.objectlib.helpers.ObjectLibInterface;
56 56
import org.distorted.objectlib.helpers.ObjectShape;
57
import org.distorted.objectlib.helpers.ObjectSignature;
57 58
import org.distorted.objectlib.helpers.ObjectSticker;
58 59
import org.distorted.objectlib.helpers.QuatGroupGenerator;
59 60
import org.distorted.objectlib.scrambling.ScrambleState;
......
1749 1750
  public abstract float getScreenRatio();
1750 1751
  public abstract int getColor(int face);
1751 1752
  public abstract String getShortName();
1752
  public abstract long getSignature();
1753
  public abstract ObjectSignature getSignature();
1753 1754

  
1754 1755
  // not only for JSON
1755 1756
  public abstract Static3D[] getRotationAxis();

Also available in: Unified diff