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

  
44 44
  private int[][] mEdges;

Also available in: Unified diff