Project

General

Profile

« Previous | Next » 

Revision b0ec8fbd

Added by Leszek Koltunski over 2 years ago

Move info about the default rotation of the 4 basic shapes of puzzles form the 'Creator' app to the Shape classes.

View differences:

src/main/java/org/distorted/objectlib/main/ShapeTetrahedron.java
28 28

  
29 29
public abstract class ShapeTetrahedron extends TwistyObject
30 30
{
31
  public static final Static4D DEFAULT_ROT = new Static4D(0.116788305f, 0.72722490f, 0.492507200f, 0.46361750f);
32

  
31 33
  static final int[] FACE_COLORS = new int[]
32 34
         {
33 35
           COLOR_GREEN , COLOR_YELLOW,

Also available in: Unified diff