Project

General

Profile

« Previous | Next » 

Revision 97a75106

Added by Leszek Koltunski 8 months ago

separate ObjectSiguature into its own package and separate the BandagedSignatures out of it.

View differences:

src/main/java/org/distorted/objectlib/objects/TwistyAxis.java
14 14
import org.distorted.objectlib.helpers.FactoryCubit;
15 15
import org.distorted.objectlib.helpers.ObjectFaceShape;
16 16
import org.distorted.objectlib.helpers.ObjectShape;
17
import org.distorted.objectlib.helpers.ObjectSignature;
17
import org.distorted.objectlib.signature.ObjectSignature;
18 18
import org.distorted.objectlib.helpers.ObjectVertexEffects;
19 19
import org.distorted.objectlib.main.InitAssets;
20
import org.distorted.objectlib.main.ObjectSignatures;
20
import org.distorted.objectlib.signature.ObjectConstants;
21 21
import org.distorted.objectlib.scrambling.ScrambleEdgeGenerator;
22 22
import org.distorted.objectlib.main.InitData;
23 23
import org.distorted.objectlib.main.ObjectType;
......
516 516

  
517 517
  public ObjectSignature getSignature()
518 518
    {
519
    return new ObjectSignature(ObjectSignatures.AXIS_3);
519
    return new ObjectSignature(ObjectConstants.AXIS_3);
520 520
    }
521 521

  
522 522
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff