Project

General

Profile

« Previous | Next » 

Revision ca4a3a68

Added by Leszek Koltunski 12 months ago

Algorithms now have their 'layers' in bitmap form.

We have to update all object JSON files.

View differences:

src/main/java/org/distorted/objectlib/scrambling/ObjectScrambler.java
147 147

  
148 148
    int[] algorithm = mAlgorithms[mCurrAlgorithm];
149 149
    scramble[curr][0] = algorithm[mCurrStep  ];
150
    scramble[curr][1] = (1<<algorithm[mCurrStep+1]);
150
    scramble[curr][1] = algorithm[mCurrStep+1];
151 151
    scramble[curr][2] = algorithm[mCurrStep+2];
152 152

  
153 153
    mAxisExcluded = algorithm[0];

Also available in: Unified diff