Project

General

Profile

« Previous | Next » 

Revision f9337e48

Added by Leszek Koltunski over 1 year ago

Progress with SolverScreen.

View differences:

src/main/java/org/distorted/objectlib/shape/ShapeDiamond.java
31 31
  public static final int COLOR_BALL_7 = 0xffddba44;
32 32
  public static final int COLOR_BALL_8 = 0xffee4713;
33 33

  
34
  static final int[] FACE_COLORS = new int[]
34
  public static final int[] FACE_COLORS = new int[]
35 35
         {
36 36
           COLOR_BALL_1, COLOR_BALL_1,
37 37
           COLOR_BALL_2, COLOR_BALL_2,
......
43 43
           COLOR_BALL_8, COLOR_BALL_8,
44 44
         };
45 45

  
46
  static final int NUM_FACES = 16;
46
  public static final int NUM_FACES = 16;
47 47
  public static final int FOV = 40;
48 48
  public static final float RATIO = 0.75f;
49 49

  

Also available in: Unified diff