Project

General

Profile

« Previous | Next » 

Revision bfdb9aa5

Added by Leszek Koltunski over 1 year ago

Finish TouchControl for the Masterball.
detection of the solved staet remains.

View differences:

src/main/java/org/distorted/objectlib/objects/TwistyMasterball.java
117 117
    {
118 118
    if( mCuts==null )
119 119
      {
120
      float cut = 0.25f-D/4;
121
      float[] cutH = { cut,0.0f,cut };
120
      float cut = 1.0f;
121
      float[] cutH = { -cut,0.0f,cut };
122 122
      float[] cutV = { 0.0f };
123 123
      mCuts = new float[][] { cutH,cutV,cutV,cutV,cutV };
124 124
      }

Also available in: Unified diff