Project

General

Profile

« Previous | Next » 

Revision 8b6dbb76

Added by Leszek Koltunski over 1 year ago

Correct the mesh of the Burr Cube according to the versions in YT.
Scrambling doesn't work...

View differences:

src/main/java/org/distorted/objectlib/objects/TwistyBandagedCuboid.java
217 217
          {-1.5f,-1.5f, 1.5f,-1.5f,-1.5f, 0.5f},
218 218
          {-1.5f,-1.5f,-1.5f,-1.5f,-1.5f,-0.5f},
219 219

  
220
          {-0.5f, 1.5f, 0.5f,-0.5f, 1.5f,-0.5f},
221
          { 0.5f, 1.5f, 0.5f, 0.5f, 1.5f,-0.5f},
220
          {-0.5f, 1.5f,-0.5f, 0.5f, 1.5f,-0.5f},
221
          {-0.5f, 1.5f, 0.5f, 0.5f, 1.5f, 0.5f},
222 222

  
223
          {-0.5f,-1.5f, 0.5f, 0.5f,-1.5f, 0.5f},
224
          {-0.5f,-1.5f,-0.5f, 0.5f,-1.5f,-0.5f},
223
          { 0.5f,-1.5f, 0.5f, 0.5f,-1.5f,-0.5f},
224
          {-0.5f,-1.5f, 0.5f,-0.5f,-1.5f,-0.5f},
225 225
        };
226 226

  
227 227
  private int[][] mEdges;

Also available in: Unified diff