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/TwistyMirror.java
38 38
           new Static3D(0,0,1)
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.10f, 0.25f, 0.40f };
43 43

  
44 44
  private int[][] mEdges;

Also available in: Unified diff