Project

General

Profile

« Previous | Next » 

Revision cde08c52

Added by Leszek Koltunski about 2 years ago

Bandaged: progress with creating the object.

View differences:

src/main/java/org/distorted/objectlib/objects/TwistyBandagedAbstract.java
372 372

  
373 373
      float[][] bands =
374 374
        {
375
          {height/maxYZ,angle,R,S,5,1,0},
376
          {height/maxXZ,angle,R,S,5,1,0},
377
          {height/maxXY,angle,R,S,5,1,0}
375
          {height/maxYZ,angle,R,S,5,0,0},
376
          {height/maxXZ,angle,R,S,5,0,0},
377
          {height/maxXY,angle,R,S,5,0,0}
378 378
        };
379 379

  
380 380
      float[][] centers =

Also available in: Unified diff