Project

General

Profile

« Previous | Next » 

Revision 71df2bd4

Added by Leszek Koltunski 4 months ago

progress with new sorting methods.

View differences:

src/main/java/org/distorted/objectlib/metadata/MetadataCUBE_7.java
24 24
  public int extrasJson()         { return R.raw.cube_7_extras; }
25 25
  public int objectJson()         { return R.raw.cube_7_object; }
26 26
  public int mesh()               { return R.raw.cube_7; }
27
  public String getInventor()     { return "Panagiotis Verdes"; }
27
  public String getAuthor()       { return "Panagiotis Verdes"; }
28 28
  public int getYearOfInvention() { return 2008; }
29
  public float getComplexity()    { return 4.23f; }
29
  public float getDifficulty()    { return 4.23f; }
30 30
  public String getObjectName()   { return "7x7 Cube"; }
31 31
  public int getCategory()        { return CATEGORY_SHAPE_HEX | CATEGORY_AXIS_FACE; }
32 32
  }

Also available in: Unified diff