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/ShapeOctahedron.java
22 22
{
23 23
  public static final Static4D DEFAULT_ROT = new Static4D(-0.31521368f, 0.36868167f, -0.6488994f, 0.5862124f);
24 24

  
25
  static final int[] FACE_COLORS = new int[]
25
  public static final int[] FACE_COLORS = new int[]
26 26
         {
27 27
           COLOR_VIOLET, COLOR_GREY  ,
28 28
           COLOR_BLUE  , COLOR_RED   ,
......
30 30
           COLOR_WHITE , COLOR_YELLOW
31 31
         };
32 32

  
33
  static final int NUM_FACES = 8;
33
  public static final int NUM_FACES = 8;
34 34
  public static final int FOV = 40;
35 35
  public static final float RATIO = 0.68f;
36 36

  

Also available in: Unified diff