Project

General

Profile

« Previous | Next » 

Revision a4af26c1

Added by Leszek Koltunski about 2 years ago

Progress with cubit quaternions.

View differences:

src/main/java/org/distorted/objectlib/objects/TwistyPentultimate.java
143 143
      {
144 144
      mQuatIndex = new int[]
145 145
        {
146
         0, 29, 59, 48, 18, 53, 22, 49, 11, 54,
147
        10, 52, 17, 27, 19, 26,  9, 28, 23, 45,
148
         0, 59, 15,  6,  4,  3, 29, 10, 35,  8,  2,  5
146
         0,29,59,48,18,53,22,49,11,54,10,52,17,27,19,26, 9,28,23,45,
147
         0, 4, 5, 6,26, 3, 2, 7,16,13, 1,19
149 148
        };
150 149
      }
151 150

  
......
259 258
         };
260 259
      int[][] indices =
261 260
         {
262
             {4,3,2,1,0},
261
             {0,1,2,3,4},
263 262
             {0,5,1},
264 263
             {1,5,2},
265 264
             {2,5,3},

Also available in: Unified diff