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/objects/TwistyPentultimate.java
23 23
import org.distorted.library.type.Static4D;
24 24
import org.distorted.objectlib.helpers.ObjectFaceShape;
25 25
import org.distorted.objectlib.helpers.ObjectShape;
26
import org.distorted.objectlib.helpers.ObjectSignature;
26 27
import org.distorted.objectlib.main.ObjectType;
27 28
import org.distorted.objectlib.scrambling.ScrambleState;
28 29

  
......
363 364

  
364 365
///////////////////////////////////////////////////////////////////////////////////////////////////
365 366

  
366
  public long getSignature()
367
  public ObjectSignature getSignature()
367 368
    {
368
    return ObjectType.PENT_2.ordinal();
369
    return new ObjectSignature(ObjectType.PENT_2);
369 370
    }
370 371

  
371 372
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff