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/TwistyDino.java
178 178

  
179 179
///////////////////////////////////////////////////////////////////////////////////////////////////
180 180

  
181
  protected float[][] getCubitPositions(int[] numLayers)
181
  public float[][] getCubitPositions(int[] numLayers)
182 182
    {
183 183
    if( mCenters ==null )
184 184
      {
......
219 219

  
220 220
///////////////////////////////////////////////////////////////////////////////////////////////////
221 221

  
222
  protected Static4D getQuat(int cubit, int[] numLayers)
222
  public Static4D getQuat(int cubit, int[] numLayers)
223 223
    {
224 224
    if( mQuats==null ) initializeQuats();
225 225
    return mQuats[cubit];

Also available in: Unified diff