Project

General

Profile

« Previous | Next » 

Revision 06ad47b6

Added by Leszek Koltunski almost 3 years ago

Progress with cubit shapes of the Square-1.

View differences:

src/main/java/org/distorted/objects/TwistySquare1.java
261 261
        {
262 262
        float[][] bands= new float[][]
263 263
          {
264
             {0.04f,35,0.5f,0.7f,6,2,2},
265
             {0.02f,35,0.5f,0.7f,6,2,2},
266
             {0.00f, 0,1.0f,0.0f,2,0,0}
264
             {0.040f,35,0.8f,1.0f,5,2,1},
265
             {0.020f,35,0.8f,1.0f,5,2,1},
266
             {0.001f,35,0.8f,1.0f,5,2,1}
267 267
          };
268 268
        int[] bandIndexes   = new int[] { 2,2,1,1,0,2 };
269 269
        float[][] corners   = new float[][] { {0.04f,0.05f} };
......
287 287
        {
288 288
        float[][] bands= new float[][]
289 289
          {
290
            {0.038f,35,0.250f,0.7f, 7,2,2},
291
            {0.000f, 0,0.125f,0.2f, 3,1,1}
290
            {0.038f,35,0.5f,0.9f, 5,2,1},
291
            {0.001f,35,0.5f,0.9f, 5,2,1}
292 292
          };
293
        int[] bandIndexes   = new int[] { 1,1,0,1,1 };
294
        float[][] corners   = new float[][] { {0.06f,0.20f} };
293
        int[] bandIndexes   = new int[] { 0,1,0,1,1 };
294
        float[][] corners   = new float[][] { {0.05f,0.20f} };
295 295
        int[] cornerIndexes = new int[] { 0,0,-1,0,0,-1 };
296 296
        float[][] centers   = new float[][] { { 0.0f, 0.0f,-0.5f} };
297 297
        int[] centerIndexes = new int[] { 0,0,-1,0,0,-1 };
......
312 312
        {
313 313
        float[][] bands= new float[][]
314 314
          {
315
            {0.038f,35,0.250f,0.7f, 7,2,2},
316
            {0.000f, 0,0.125f,0.2f, 3,1,1}
315
            {0.038f,35,0.9f,1.0f, 5,2,1},
316
            {0.001f,35,0.9f,1.0f, 5,2,1}
317 317
          };
318
        int[] bandIndexes   = new int[] { 1,1,0,0,1,1 };
319
        float[][] corners   = new float[][] { {0.08f,0.20f} };
318
        int[] bandIndexes   = new int[] { 0,1,0,0,1,1 };
319
        float[][] corners   = new float[][] { {0.07f,0.20f} };
320 320
        int[] cornerIndexes = new int[] { 0,0,0,-1,0,0,0,-1 };
321 321
        float[][] centers   = new float[][] { { -0.5f, 0.0f,-0.5f} };
322 322
        int[] centerIndexes = new int[] { -1,0,-1,-1,-1,0,-1,-1 };

Also available in: Unified diff