Project

General

Profile

« Previous | Next » 

Revision f9e0e88d

Added by Leszek Koltunski almost 2 years ago

Internal color of the Mixup Cube

View differences:

src/main/java/org/distorted/objectlib/objects/TwistyMixup.java
58 58
    super(numL, meshState, iconMode, numL[0], quat, move, scale, stream);
59 59
    }
60 60

  
61
///////////////////////////////////////////////////////////////////////////////////////////////////
62

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

  
61 69
///////////////////////////////////////////////////////////////////////////////////////////////////
62 70
// We need to explicitly provide the quaternions because here they do not even make a group!
63 71
// (we can move the front center by X and Y [ X=(1,0,0)45deg, Y=(0,1,0)45deg ] but not by XY)

Also available in: Unified diff