Project

General

Profile

« Previous | Next » 

Revision 69d985ae

Added by Leszek Koltunski 2 months ago

Beginnings of color unification

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_WHITE };
41
  private static final int[] FACE_COLORS = new int[] { ShapeColors.COLOR_ICO_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