Project

General

Profile

« Previous | Next » 

Revision 169762ac

Added by Leszek Koltunski over 2 years ago

Corrections for the drwaing only the FRONT side mode.

View differences:

src/main/java/org/distorted/objectlib/objects/TwistyIvy.java
370 370
      int[] bandIndices= { 0,1 };
371 371
      float[][] corners= { {0.05f,0.20f} };
372 372
      float[][] centers= { {-0.0f,-0.0f,-1.0f} };
373
      float[][] bands  = { {+0.03f,35,0.5f,0.5f,5,0,0}, {0.10f,45,0.5f,0.0f,2,0,0} };
373
      float[][] bands  = { {+0.03f,35,0.5f,0.5f,5,0,0}, {0.10f,45,0.5f,0.0f,5,0,0} };
374 374

  
375 375
      int[] indexes = new int[2*IVY_N];
376 376
      for(int i=0; i<2*IVY_N; i++) indexes[i] = -1;

Also available in: Unified diff