Project

General

Profile

« Previous | Next » 

Revision 4c96caa6

Added by Leszek Koltunski over 2 years ago

Add testing of MeshPolygon to the MeshFile app.

View differences:

src/main/java/org/distorted/objectlib/objects/TwistyCuboid.java
449 449

  
450 450
  public int getVariantFaceColor(int variant, int face, int[] numLayers)
451 451
    {
452
    return 0;
452
    return (variant==0 || face==4) ? 0 : -1;
453 453
    }
454 454

  
455 455
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff