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/control/RubikControl.java
23 23
import org.distorted.library.main.DistortedNode;
24 24
import org.distorted.library.main.DistortedScreen;
25 25
import org.distorted.library.message.EffectListener;
26
import org.distorted.library.type.Static4D;
26 27
import org.distorted.main.RubikActivity;
27 28
import org.distorted.main.RubikSurfaceView;
28 29
import org.distorted.objects.TwistyObject;
......
57 58
    return act!=null ? act.getObject() : null;
58 59
    }
59 60

  
61
///////////////////////////////////////////////////////////////////////////////////////////////////
62

  
63
  Static4D getCurrQuat()
64
    {
65
    RubikActivity act = mRefAct.get();
66
    return act!=null ? act.getCurrQuat() : null;
67
    }
68

  
60 69
///////////////////////////////////////////////////////////////////////////////////////////////////
61 70

  
62 71
  RubikSurfaceView getSurfaceView()

Also available in: Unified diff