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/MetadataTINS_5.java
25 25
  public int extrasJson()         { return 0; }
26 26
  public int objectJson()         { return R.raw.tins_5_object; }
27 27
  public int mesh()               { return R.raw.tins_5; }
28
  public String getInventor()     { return "조현준"; }
28
  public String getAuthor()       { return "조현준"; }
29 29
  public int getYearOfInvention() { return 2021; }
30
  public float getComplexity()    { return 2.95f; }
30
  public float getDifficulty()    { return 2.95f; }
31 31
  public String getObjectName()   { return "Tins Cube"; }
32 32
  public int getCategory()        { return CATEGORY_SHAPE_HEX | CATEGORY_AXIS_CORN; }
33 33
  }

Also available in: Unified diff