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/ShapeHexahedron.java
22 22
{
23 23
  public static final Static4D DEFAULT_ROT = new Static4D(-0.23377287f, 0.39656782f, 0.029073188f, 0.88726600f);
24 24

  
25
  static final int[] FACE_COLORS = new int[]
25
  public static final int[] FACE_COLORS = new int[]
26 26
         {
27 27
           COLOR_YELLOW, COLOR_WHITE,
28 28
           COLOR_BLUE  , COLOR_GREEN,
29 29
           COLOR_RED   , COLOR_ORANGE
30 30
         };
31 31

  
32
  static final int NUM_FACES = 6;
32
  public static final int NUM_FACES = 6;
33 33
  public static final int FOV = 40;
34 34
  public static final float RATIO = 0.50f;
35 35

  

Also available in: Unified diff