Project

General

Profile

« Previous | Next » 

Revision 80ec6abf

Added by Leszek Koltunski over 3 years ago

Fixes for the Rex Cube (mostly works now)

View differences:

src/main/java/org/distorted/objects/TwistyDino.java
165 165

  
166 166
  float[] getCuts(int size)
167 167
    {
168
    float[] cuts = new float[2];
169

  
170
    cuts[0] = -SQ3/3;
171
    cuts[1] = +SQ3/3;
172

  
173
    return cuts;
168
    return new float[] { -SQ3/3, +SQ3/3 };
174 169
    }
175 170

  
176 171
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff