Project

General

Profile

« Previous | Next » 

Revision c3a033e9

Added by Leszek Koltunski over 2 years ago

Introduce 'Simple' and 'Nice' meshes.

View differences:

src/main/java/org/distorted/objectlib/objects/TwistySkewb.java
56 56

  
57 57
///////////////////////////////////////////////////////////////////////////////////////////////////
58 58

  
59
  public TwistySkewb(int[] numL, Static4D quat, Static3D move, float scale, InputStream stream)
59
  public TwistySkewb(int[] numL, int meshState, Static4D quat, Static3D move, float scale, InputStream stream)
60 60
    {
61
    super(numL, 2*numL[0]-2, quat, move, scale, stream);
61
    super(numL, meshState, 2*numL[0]-2, quat, move, scale, stream);
62 62
    }
63 63

  
64 64
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff