Project

General

Profile

« Previous | Next » 

Revision 0310ac32

Added by Leszek Koltunski over 2 years ago

Bugfixes

View differences:

src/main/java/org/distorted/objectlib/main/TwistyObject.java
757 757

  
758 758
///////////////////////////////////////////////////////////////////////////////////////////////////
759 759

  
760
  int getScrambleType()
760
  protected int getScrambleType()
761 761
    {
762 762
    return 0;
763 763
    }
......
1285 1285

  
1286 1286
///////////////////////////////////////////////////////////////////////////////////////////////////
1287 1287

  
1288
  abstract int getFOV();
1289
  abstract int getNumFaceColors();
1290
  abstract int getColor(int face);
1291
  abstract float returnMultiplier();
1292
  abstract float getScreenRatio();
1293

  
1288
  protected abstract int getFOV();
1289
  protected abstract float returnMultiplier();
1290
  protected abstract float getScreenRatio();
1291
  protected abstract int getNumFaceColors();
1292
  protected abstract int getColor(int face);
1294 1293
  protected abstract float[][] getCuts(int numLayers);
1295 1294
  protected abstract int getNumCubitFaces();
1296 1295
  protected abstract Static4D[] getQuats();

Also available in: Unified diff