Project

General

Profile

« Previous | Next » 

Revision 33ba467a

Added by Leszek Koltunski about 2 months ago

Color unification complete: 24 standard colors.

View differences:

src/main/java/org/distorted/objectlib/objects/TwistyMirrorPyraminx.java
38 38
      new Static3D(-SQ6/3, SQ3/3,     0),
39 39
    };
40 40

  
41
  private static final int[] FACE_COLORS = new int[] { ShapeColors.COLOR_ICO_WHITE };
41
  private static final int[] FACE_COLORS = new int[] { ShapeColors.COLOR_WHITE};
42 42
  private static final float[] MIRROR_VEC = { 0.06f, 0.15f, 0.02f };
43 43

  
44 44
  private int[][] mEdges;

Also available in: Unified diff