Project

General

Profile

« Previous | Next » 

Revision 4278fe51

Added by Leszek Koltunski about 2 years ago

minor

View differences:

src/main/java/org/distorted/objectlib/main/ObjectType.java
79 79
  SKEW_3 ( TwistySkewb.class         , 21, R.drawable.skew_3, true, new InitData(new int[] {3,3,3,3})),
80 80
  CONT_2 ( TwistyContainer.class     , 12, R.drawable.cont_2, true, new InitData(new int[] {2,2,2,2})),
81 81

  
82
  CRA1_2 ( TwistyCrazy2x2.class      , 16, R.drawable.cra1_2, true, new InitData(new int[] {2,2,2}, TwistyCrazy2x2.CIRCLE )),
82
  CRA1_2 ( TwistyCrazy2x2.class      , 16, R.drawable.cra1_2, true, new InitData(new int[] {2,2,2} )),
83 83
  CRA1_3 ( TwistyCrazy3x3.class      , 22, R.drawable.cra1_3, true, new InitData(new int[] {3,3,3}, TwistyCrazy3x3.CRAZY  )),
84 84
  CRA2_3 ( TwistyCrazy3x3.class      , 22, R.drawable.cra1_3, true, new InitData(new int[] {3,3,3}, TwistyCrazy3x3.MERCURY)),
85 85
  CRA3_3 ( TwistyCrazy3x3.class      , 22, R.drawable.cra1_3, true, new InitData(new int[] {3,3,3}, TwistyCrazy3x3.VENUS  )),
src/main/java/org/distorted/objectlib/objects/TwistyCrazy2x2.java
40 40

  
41 41
public class TwistyCrazy2x2 extends ShapeHexahedron
42 42
{
43
  public static final int CIRCLE = 0x29;
44

  
45 43
  private static final float DIAMETER_RATIO = 0.60f;
46 44
  private static final float DIFF = 1.0f;
47 45
  private static final int NUMBER_CORNER_SEGMENTS = 4;

Also available in: Unified diff