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/shape/ShapeDodecahedron.java
25 25

  
26 26
  public static final int[] FACE_COLORS = new int[]
27 27
         {
28
           COLOR_ICO_DYELLO, COLOR_ICO_ORANGE, COLOR_ICO_RED  , COLOR_ICO_SANDY,
29
           COLOR_ICO_DBLUE , COLOR_ICO_WHITE , COLOR_ICO_GREY , COLOR_ICO_LBLUE,
30
           COLOR_ICO_LGREEN, COLOR_ICO_VIOLET, COLOR_ICO_LPINK, COLOR_ICO_DGREEN
28
                 COLOR_DYELLO, COLOR_ORANGE, COLOR_RED, COLOR_SANDY,
29
                 COLOR_DBLUE, COLOR_WHITE, COLOR_GREY, COLOR_LBLUE,
30
                 COLOR_LGREEN, COLOR_VIOLET, COLOR_LPINK, COLOR_DGREEN
31 31
         };
32 32

  
33 33
  public static final int NUM_FACES = 12;

Also available in: Unified diff