Project

General

Profile

« Previous | Next » 

Revision 8b57a8f9

Added by Leszek Koltunski about 1 year ago

Jing tablebase. New, less pillowed Jing mesh.

View differences:

src/main/java/org/distorted/objectlib/objects/TwistyJing.java
40 40
           new Static3D(-SQ6/3, SQ3/3,     0),
41 41
         };
42 42

  
43
  static final float F = 0.48f;  // length of the edge of the corner cubit. Keep<0.5
44
                                 // Assuming the length of the edge of the whole
45
                                 // tetrahedron is 2.0 (ie standard, equal to numLayers)
43
  public static final float F = 0.48f;  // length of the edge of the corner cubit. Keep<0.5
44
                                        // Assuming the length of the edge of the whole
45
                                        // tetrahedron is 2.0 (ie standard, equal to numLayers)
46 46

  
47 47
  private int[][] mEdges;
48 48
  private int[][] mBasicAngle;
......
62 62
  @Override
63 63
  public float getPillowCoeff()
64 64
    {
65
    return 1.5f;
65
    return 1.25f;
66 66
    }
67 67

  
68 68
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff