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/TwistyPyraminx.java
55 55

  
56 56
///////////////////////////////////////////////////////////////////////////////////////////////////
57 57

  
58
  public TwistyPyraminx(int[] numL, Static4D quat, Static3D move, float scale, InputStream stream)
58
  public TwistyPyraminx(int[] numL, int meshState, Static4D quat, Static3D move, float scale, InputStream stream)
59 59
    {
60
    super(numL, numL[0], quat, move, scale, stream);
60
    super(numL, meshState, numL[0], quat, move, scale, stream);
61 61
    }
62 62

  
63 63
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff