Project

General

Profile

« Previous | Next » 

Revision 7b832206

Added by Leszek Koltunski over 2 years ago

Progress with serializing object to JSON: cubits.
Only faceColorMap remains now.

View differences:

src/main/java/org/distorted/objectlib/objects/TwistySquare2.java
89 89

  
90 90
///////////////////////////////////////////////////////////////////////////////////////////////////
91 91

  
92
  protected int[] getSolvedQuats(int cubit, int[] numLayers)
92
  public int[] getSolvedQuats(int cubit, int[] numLayers)
93 93
    {
94 94
    return null;
95 95
    }
......
191 191

  
192 192
///////////////////////////////////////////////////////////////////////////////////////////////////
193 193

  
194
  protected Static4D getQuat(int cubit, int[] numLayers)
194
  public Static4D getQuat(int cubit, int[] numLayers)
195 195
    {
196 196
    if( mQuats==null ) initializeQuats();
197 197

  
......
279 279

  
280 280
///////////////////////////////////////////////////////////////////////////////////////////////////
281 281

  
282
  protected float[][] getCubitPositions(int[] numLayers)
282
  public float[][] getCubitPositions(int[] numLayers)
283 283
    {
284 284
    if( mCenters ==null )
285 285
      {

Also available in: Unified diff