Project

General

Profile

« Previous | Next » 

Revision b7ae2292

Added by Leszek Koltunski 2 months ago

Beginnings of color unification

View differences:

src/main/java/org/distorted/objectlib/objects/TwistyMirror.java
23 23
import org.distorted.objectlib.scrambling.ScrambleEdgeGenerator;
24 24
import org.distorted.objectlib.metadata.ListObjects;
25 25
import org.distorted.objectlib.helpers.ObjectShape;
26
import org.distorted.objectlib.shape.ShapeColors;
26 27
import org.distorted.objectlib.shape.ShapeHexahedron;
27 28
import org.distorted.objectlib.touchcontrol.TouchControlHexahedron;
28 29

  
......
37 38
           new Static3D(0,0,1)
38 39
         };
39 40

  
40
  private static final int[] FACE_COLORS = new int[] { COLOR_WHITE };
41
  private static final int[] FACE_COLORS = new int[] { ShapeColors.COLOR_WHITE };
41 42
  private static final float[] MIRROR_VEC = { 0.10f, 0.25f, 0.40f };
42 43

  
43 44
  private int[][] mEdges;

Also available in: Unified diff