Project

General

Profile

« Previous | Next » 

Revision efa81f0c

Added by Leszek Koltunski over 2 years ago

Introduce abstract 4,6,8 adn 12 classes.

View differences:

src/main/java/org/distorted/objects/TwistyObject.java
388 388
    return nonBlackIndex;
389 389
    }
390 390

  
391
///////////////////////////////////////////////////////////////////////////////////////////////////
392

  
393
  boolean shouldResetTextureMaps()
394
    {
395
    return false;
396
    }
397

  
391 398
///////////////////////////////////////////////////////////////////////////////////////////////////
392 399

  
393 400
  int[] buildSolvedQuats(Static3D faceAx, Static4D[] quats)
......
1293 1300
  abstract int getFaceColor(int cubit, int cubitface, int numLayers);
1294 1301
  abstract float returnMultiplier();
1295 1302
  abstract float[][] getCuts(int numLayers);
1296
  abstract boolean shouldResetTextureMaps();
1297 1303
  abstract int getCubitVariant(int cubit, int numLayers);
1298 1304
  abstract int getNumCubitVariants(int numLayers);
1299 1305
  abstract Static4D getQuat(int cubit, int numLayers);

Also available in: Unified diff