Project

General

Profile

« Previous | Next » 

Revision de0a817d

Added by Leszek Koltunski over 2 years ago

Correct the shape of Trajber's Octahedron.

View differences:

src/main/java/org/distorted/objectlib/objects/TwistyTrajber.java
358 358
             {3,5,7,6,4}
359 359
          };
360 360

  
361
      float[][] bands     = new float[][] { {0.03f,35,0.15f,0.3f,3,1,1},{0.00f,35,0.15f,0.3f,3,0,0} };
361
      float[][] bands     = new float[][] { {0.03f,35,0.15f,0.3f,3,1,1},{0.00f,35,0.15f,0.3f,3,1,1} };
362 362
      int[] bandIndices   = new int[] { 0,0,1,1,1,1 };
363 363
      float[][] corners   = new float[][] { {0.02f,0.10f} };
364 364
      int[] cornerIndices = new int[] { 0,0,0,0,0,0,-1,-1 };

Also available in: Unified diff