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/TwistyMirrorSkewb.java
39 39
           new Static3D( SQ3/3,-SQ3/3,-SQ3/3)
40 40
         };
41 41

  
42
  private static final int[] FACE_COLORS = new int[] { ShapeColors.COLOR_ICO_WHITE };
42
  private static final int[] FACE_COLORS = new int[] { ShapeColors.COLOR_WHITE};
43 43
  private static final float[] MIRROR_VEC = { 0.10f, 0.15f, 0.20f };
44 44

  
45 45
  private int[][] mEdges;

Also available in: Unified diff