Project

General

Profile

« Previous | Next » 

Revision 09d5cf2b

Added by Leszek Koltunski about 2 months ago

beginnings of support for barrel-shaped objects.

View differences:

src/main/java/org/distorted/objectlib/metadata/Metadata.java
24 24
  public static final int CATEGORY_SHAPE_ICO    = 4;
25 25
  public static final int CATEGORY_SHAPE_BAL    = 5;
26 26
  public static final int CATEGORY_SHAPE_OTH    = 6;
27
  public static final int CATEGORY_SHAPE_BAR    = 7;
27 28

  
28 29
  public static final int CATEGORY_AXIS_FACE    = (0<<3);  // next 2 bits
29 30
  public static final int CATEGORY_AXIS_EDGE    = (1<<3);

Also available in: Unified diff