Project

General

Profile

« Previous | Next » 

Revision 71df2bd4

Added by Leszek Koltunski 5 months ago

progress with new sorting methods.

View differences:

src/main/java/org/distorted/objectlib/metadata/MetadataICOS_3.java
24 24
  public int extrasJson()         { return R.raw.icos_3_extras; }
25 25
  public int objectJson()         { return R.raw.icos_3_object; }
26 26
  public int mesh()               { return R.raw.icos_3; }
27
  public String getInventor()     { return "Keisuke Maruyama"; }
27
  public String getAuthor()       { return "Keisuke Maruyama"; }
28 28
  public int getYearOfInvention() { return 2018; }
29
  public float getComplexity()    { return 4.7f; }
29
  public float getDifficulty()    { return 4.7f; }
30 30
  public String getObjectName()   { return "Master Icosamate"; }
31 31
  public int getCategory()        { return CATEGORY_SHAPE_ICO | CATEGORY_AXIS_CORN; }
32 32
  }

Also available in: Unified diff