Project

General

Profile

« Previous | Next » 

Revision 7bbfc84f

Added by Leszek Koltunski over 2 years ago

Progress with serializing object to JSON: rotations.

View differences:

src/main/java/org/distorted/objectlib/objects/TwistyKilominx.java
109 109

  
110 110
///////////////////////////////////////////////////////////////////////////////////////////////////
111 111

  
112
  protected float[][] getCuts(int[] numLayers)
112
  public float[][] getCuts(int[] numLayers)
113 113
    {
114 114
    return genericGetCuts(numLayers[0],0.5f);
115 115
    }

Also available in: Unified diff