Project

General

Profile

« Previous | Next » 

Revision a64e07d0

Added by Leszek Koltunski over 3 years ago

Beginnings of Megaminx & Gigaminx

View differences:

src/main/java/org/distorted/main/RubikSurfaceView.java
80 80
    private int mFirstIndex, mLastIndex;
81 81
    private int mDensity;
82 82

  
83
    private static Static4D mQuat= new Static4D(-0.25189602f,0.3546389f,0.009657208f,0.90038127f);
84
    private static Static4D mTemp= new Static4D(0,0,0,1);
83
    private static final Static4D mQuat= new Static4D(-0.25189602f,0.3546389f,0.009657208f,0.90038127f);
84
    private static final Static4D mTemp= new Static4D(0,0,0,1);
85 85

  
86 86
///////////////////////////////////////////////////////////////////////////////////////////////////
87 87

  

Also available in: Unified diff