Project

General

Profile

« Previous | Next » 

Revision d17f7a73

Added by Leszek Koltunski over 3 years ago

Correct the dino mesh to eliminate the visible seams.

View differences:

src/main/java/org/distorted/objects/TwistyDino.java
185 185
      {
186 186
      float[][] bands= new float[][]
187 187
          {
188
             {0.035f,30,0.16f,0.8f,7,2,5},
189
             {0.020f,45,0.16f,0.2f,3,1,2}
188
             {0.035f,30,0.16f,0.8f,6,2,2},
189
             {0.010f,30,0.16f,0.2f,6,2,2}
190 190
          };
191 191
      int[] bandIndexes   = new int[] { 0,0,1,1 };
192 192
      float[][] corners   = new float[][] { {0.07f,0.40f}, {0.05f,0.30f} };

Also available in: Unified diff