Project

General

Profile

« Previous | Next » 

Revision cc70f525

Added by Leszek Koltunski about 2 years ago

Improve FactorySticker

View differences:

src/main/java/org/distorted/objectlib/objects/TwistyUltimate.java
213 213
    {
214 214
    if( variant==0 )
215 215
      {
216
      float h1 = isInIconMode() ? 0.001f : 0.03f;
216
      float h1 = isInIconMode() ? 0.001f : 0.05f;
217 217
      float h2 = isInIconMode() ? 0.001f : 0.01f;
218
      float[][] bands     = { {h1,17,0.5f,0.2f,5,2,2}, {h2, 1,0.5f,0.2f,5,2,2} };
218
      float[][] bands     = { {h1,17,0.5f,0.2f,5,1,0}, {h2, 1,0.5f,0.2f,5,1,0} };
219 219
      int[] bandIndices   = { 0,0,0,1,1,1 };
220 220
      float[][] corners   = { { 0.013f, 0.16f } };
221 221
      int[] cornerIndices = { 0, 0, 0, 0,-1, 0, 0, 0 };
......
225 225
      }
226 226
    else if( variant==1 )
227 227
      {
228
      float h1 = isInIconMode() ? 0.001f : 0.03f;
228
      float h1 = isInIconMode() ? 0.001f : 0.05f;
229 229
      float h2 = isInIconMode() ? 0.001f : 0.01f;
230
      float[][] bands     = { {h1,17,0.5f,0.2f,5,2,2}, {h2, 1,0.5f,0.2f,5,2,2} };
230
      float[][] bands     = { {h1,17,0.5f,0.2f,5,1,0}, {h2, 1,0.5f,0.2f,5,1,0} };
231 231
      int[] bandIndices   = { 0,0,0,1,1,1 };
232 232
      float[][] corners   = { { 0.013f, 0.16f } };
233 233
      int[] cornerIndices = { 0, 0, 0, 0,-1, 0, 0, 0 };
......
237 237
      }
238 238
    else
239 239
      {
240
      float h1 = isInIconMode() ? 0.001f : 0.04f;
241
      float h2 = isInIconMode() ? 0.001f : 0.03f;
240
      float h1 = isInIconMode() ? 0.001f : 0.03f;
241
      float h2 = isInIconMode() ? 0.001f : 0.05f;
242 242
      float h3 = isInIconMode() ? 0.001f : 0.01f;
243
      float[][] bands     = { {h1,17,0.5f,0.2f,5,2,2}, {h2,17,0.5f,0.2f,5,2,2}, {h3, 1,0.5f,0.2f,5,2,2} };
243
      float[][] bands     = { {h1,17,0.5f,0.2f,5,1,0}, {h2,17,0.5f,0.2f,5,1,0}, {h3, 1,0.5f,0.2f,5,1,0} };
244 244
      int[] bandIndices   = { 0,0,1,1,2,2,2,2 };
245 245
      float[][] corners   = { { 0.013f, 0.16f } };
246 246
      int[] cornerIndices = { 0,0,0,0,0,0,0,0,0,0,-1 };

Also available in: Unified diff