Project

General

Profile

« Previous | Next » 

Revision ab210d63

Added by Leszek Koltunski about 3 years ago

Make the Minx objects a little bigger by default.

View differences:

src/main/java/org/distorted/objects/TwistyKilominx.java
67 67
    return CORNERS;
68 68
    }
69 69

  
70
///////////////////////////////////////////////////////////////////////////////////////////////////
71

  
72
  float getScreenRatio()
73
    {
74
    return 1.00f;
75
    }
76

  
70 77
///////////////////////////////////////////////////////////////////////////////////////////////////
71 78

  
72 79
  private int getQuat(int cubit)
src/main/java/org/distorted/objects/TwistyMegaminx.java
186 186
    return numLayers-2;
187 187
    }
188 188

  
189
///////////////////////////////////////////////////////////////////////////////////////////////////
190

  
191
  float getScreenRatio()
192
    {
193
    return 1.07f;
194
    }
195

  
189 196
///////////////////////////////////////////////////////////////////////////////////////////////////
190 197

  
191 198
  int getNumStickerTypes(int numLayers)
src/main/java/org/distorted/objects/TwistyMinx.java
216 216
    super(numLayers, realSize, quat, texture, mesh, effects, moves, obj, res, scrWidth);
217 217
    }
218 218

  
219
///////////////////////////////////////////////////////////////////////////////////////////////////
220

  
221
  float getScreenRatio()
222
    {
223
    return 0.9f;
224
    }
225

  
226 219
///////////////////////////////////////////////////////////////////////////////////////////////////
227 220

  
228 221
  Static4D[] getQuats()

Also available in: Unified diff