Project

General

Profile

« Previous | Next » 

Revision 2241c459

Added by Leszek Koltunski about 1 year ago

Coin Tetrahedron: progress

View differences:

src/main/java/org/distorted/objectlib/objects/TwistyCoinTetrahedron.java
72 72
    {
73 73
    if( mCuts==null )
74 74
      {
75
      float[] cut = new float[] { 0,SQ6/6};
75
      float[] cut = new float[] { -0.620f,0.621f };
76 76
      mCuts = new float[][] { cut,cut,cut,cut };
77 77
      }
78 78

  
......
600 600
  @Override
601 601
  public void adjustStickerCoords()
602 602
    {
603
    float L = 0.025f;
603
    float L = 0.02f;
604 604
    float Z = 0.06422593f - 0.25f*L;
605 605
    float X = 0.5f - L;
606 606

  

Also available in: Unified diff