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/TwistyMirror.java
63 63
    super(numL, meshState, numL[0], quat, move, scale, stream);
64 64
    }
65 65

  
66
///////////////////////////////////////////////////////////////////////////////////////////////////
67

  
68
  @Override
69
  public int getInternalColor()
70
    {
71
    return 0xff333333;
72
    }
73

  
66 74
///////////////////////////////////////////////////////////////////////////////////////////////////
67 75

  
68 76
  @Override

Also available in: Unified diff