Project

General

Profile

« Previous | Next » 

Revision 7aae846c

Added by Leszek Koltunski about 2 years ago

Crazy Planets: introduce cubit type and offset to the JSON; create (shared) mesh and all the JSONs.

View differences:

src/main/java/org/distorted/objectlib/main/Cubit.java
259 259

  
260 260
///////////////////////////////////////////////////////////////////////////////////////////////////
261 261

  
262
  public int getCubitType()
262
  public int getType()
263 263
    {
264 264
    return mCubitType;
265 265
    }
266 266

  
267
///////////////////////////////////////////////////////////////////////////////////////////////////
268

  
269
  public float[] getOffset()
270
    {
271
    return mRowOffset;
272
    }
273

  
267 274
///////////////////////////////////////////////////////////////////////////////////////////////////
268 275

  
269 276
  public int getRotRow(int axisIndex)

Also available in: Unified diff