Project

General

Profile

« Previous | Next » 

Revision 39e74052

Added by Leszek Koltunski about 4 years ago

Progress with object Movement.

View differences:

src/main/java/org/distorted/object/RubikObject.java
405 405
      return;
406 406
      }
407 407

  
408
    //android.util.Log.e("object", "beginning new rotation: axis: "+axis+" row: "+row);
409

  
408 410
    mRotAxis = axis;
409 411
    mRotRow  = row;
410 412

  
......
484 486
  abstract MeshBase createCubitMesh(int cubit, int vertices);
485 487
  abstract Static3D[] getRotationAxis();
486 488
  public abstract int getBasicAngle();
489
  public abstract int returnRowFromOffset(float offset);
487 490
  }

Also available in: Unified diff