Project

General

Profile

« Previous | Next » 

Revision 329d21a5

Added by Leszek Koltunski over 3 years ago

Progress with Megaminx.

View differences:

src/main/java/org/distorted/objects/TwistyMegaminx.java
521 521
    if( variant==0 )
522 522
      {
523 523
      float Y = COS54/(2*SIN54);
524
      R = 0.06f;
524
      R = 0.070f;
525 525
      S = 0.065f;
526 526
      vertices = new float[] { -0.5f, 0.0f, 0.0f, -Y, 0.5f, 0.0f, 0.0f, Y };
527 527
      }
......
538 538
        float Y1 = 0.5f*width;
539 539
        float Y2 = 0.5f*width + W;
540 540

  
541
        R = 0.04f;
541
        R = 0.05f;
542 542
        S = 0.05f;
543 543
        vertices = new float[] { -X1, Y1, -X1, -Y1, X1, -Y2, X1, Y2 };
544 544
        }

Also available in: Unified diff