Project

General

Profile

« Previous | Next » 

Revision 48154f68

Added by Leszek Koltunski almost 3 years ago

New 'JingPyraminx' object - improvements. The object should be working now.

View differences:

src/main/java/org/distorted/objects/TwistyJing.java
242 242

  
243 243
  float[][] getCuts(int size)
244 244
    {
245
    float[] cut = {F-0.5f};
245
    float[] cut = { (F-0.25f)*(SQ6/3) };
246 246
    return new float[][] { cut,cut,cut,cut };
247 247
    }
248 248

  

Also available in: Unified diff