Project

General

Profile

« Previous | Next » 

Revision 253e440f

Added by Leszek Koltunski over 2 years ago

Configurable internal colors. This somehow screwed up the Container!

View differences:

src/main/java/org/distorted/objectlib/objects/TwistyContainer.java
23 23
import org.distorted.library.type.Static4D;
24 24
import org.distorted.objectlib.helpers.ObjectFaceShape;
25 25
import org.distorted.objectlib.helpers.ObjectShape;
26
import org.distorted.objectlib.helpers.QuatGroupGenerator;
27 26
import org.distorted.objectlib.helpers.ScrambleState;
28 27
import org.distorted.objectlib.main.ObjectControl;
29 28
import org.distorted.objectlib.main.ObjectType;
......
50 49
  private ScrambleState[] mStates;
51 50
  private int[] mBasicAngle;
52 51
  private float[][] mCuts;
53
  private int[] mRotQuat;
54 52

  
55 53
///////////////////////////////////////////////////////////////////////////////////////////////////
56 54

  
......
59 57
    super(numL, meshState, numL[0], quat, move, scale, stream);
60 58
    }
61 59

  
60
///////////////////////////////////////////////////////////////////////////////////////////////////
61

  
62
  @Override
63
  public int getInternalColor()
64
    {
65
    return 0xff999999;
66
    }
67

  
62 68
///////////////////////////////////////////////////////////////////////////////////////////////////
63 69

  
64 70
  public ScrambleState[] getScrambleStates()

Also available in: Unified diff