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/MetadataMORP_4.java
24 24
  public int extrasJson()         { return R.raw.morp_4_extras; }
25 25
  public int objectJson()         { return R.raw.morp_4_object; }
26 26
  public int mesh()               { return R.raw.morp_4; }
27
  public String getInventor()     { return "Adam Zamora"; }
27
  public String getAuthor()       { return "Adam Zamora"; }
28 28
  public int getYearOfInvention() { return 2004; }
29
  public float getComplexity()    { return 3.53f; }
29
  public float getDifficulty()    { return 3.53f; }
30 30
  public String getObjectName()   { return "Megamorphix"; }
31 31
  public int getCategory()        { return CATEGORY_SHAPE_TET | CATEGORY_AXIS_EDGE; }
32 32
  }

Also available in: Unified diff