Project

General

Profile

« Previous | Next » 

Revision 9d56dba8

Added by Leszek Koltunski almost 3 years ago

New Kilominx mesh.

View differences:

src/main/java/org/distorted/objects/TwistyKilominx.java
377 377
            {4,5,6,7}
378 378
        };
379 379

  
380
    float[][] bands     = new float[][]
380
    float[][] bands = new float[][]
381 381
      {
382
         {0.04f,17,0.3f,0.2f,5,1,1},
383
         {0.00f, 0,0.0f,0.5f,2,0,0}
382
         {0.04f,17,0.3f,0.2f,4,1,1},
383
         {0.00f,17,0.3f,0.2f,4,1,1}
384 384
      };
385 385

  
386 386
    float A = (2*SQ3/3)*SIN54;

Also available in: Unified diff