Project

General

Profile

« Previous | Next » 

Revision 6155e738

Added by Leszek Koltunski 10 months ago

progress with FactoryBandagedMegaminx.

View differences:

src/main/java/org/distorted/objectlib/objects/TwistyBandagedPyraminx.java
180 180

  
181 181
    if( type>=0 )
182 182
      {
183
      int[] numLayers = getNumLayers();
183 184
      boolean iconMode = isInIconMode();
184
      float[][] bands = factory.getBands(iconMode);
185
      float[][] bands = factory.getBands(iconMode,numLayers);
185 186
      int numFaces = type==TET_1 ? 4:8;
186 187
      int[] bandIndices= new int[numFaces];
187 188
      for(int i=0; i<numFaces; i++) bandIndices[i] = 1;

Also available in: Unified diff