Project

General

Profile

« Previous | Next » 

Revision 7aa4c349

Added by Leszek Koltunski almost 3 years ago

Progress with RubikControl.

View differences:

src/main/java/org/distorted/main/RubikActivity.java
44 44
import org.distorted.library.main.DistortedLibrary;
45 45

  
46 46
import org.distorted.library.main.DistortedScreen;
47
import org.distorted.library.type.Static4D;
47 48
import org.distorted.objects.TwistyObject;
48 49
import org.distorted.network.RubikScores;
49 50
import org.distorted.network.RubikNetwork;
......
602 603
      play.setLockState(this);
603 604
      }
604 605

  
606
///////////////////////////////////////////////////////////////////////////////////////////////////
607

  
608
    public Static4D getCurrQuat()
609
      {
610
      RubikSurfaceView view = findViewById(R.id.rubikSurfaceView);
611
      return view.getQuat();
612
      }
613

  
605 614
///////////////////////////////////////////////////////////////////////////////////////////////////
606 615

  
607 616
    public void switchTutorial(String url, ObjectList object, int size)

Also available in: Unified diff