Project

General

Profile

« Previous | Next » 

Revision 59a971c1

Added by Leszek Koltunski over 2 years ago

Remove the need to provide the number of outer faces of a ObjectShape.

View differences:

src/main/java/org/distorted/objectlib/objects/TwistyCuboid.java
239 239
              {3,7,5,1}
240 240
          };
241 241

  
242
    return new ObjectShape(vertices, indices, 1);
242
    return new ObjectShape(vertices, indices);
243 243
    }
244 244

  
245 245
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff