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/TwistyMirror.java
75 75

  
76 76
///////////////////////////////////////////////////////////////////////////////////////////////////
77 77

  
78
  public TwistyMirror(int[] numL, Static4D quat, Static3D move, float scale, InputStream stream)
78
  public TwistyMirror(int[] numL, int meshState, Static4D quat, Static3D move, float scale, InputStream stream)
79 79
    {
80
    super(numL, numL[0], quat, move, scale, stream);
80
    super(numL, meshState, numL[0], quat, move, scale, stream);
81 81
    }
82 82

  
83 83
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff