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/TwistyDino4.java
35 35

  
36 36
///////////////////////////////////////////////////////////////////////////////////////////////////
37 37

  
38
  public TwistyDino4(int[] numL, Static4D quat, Static3D move, float scale, InputStream stream)
38
  public TwistyDino4(int[] numL, int meshState, Static4D quat, Static3D move, float scale, InputStream stream)
39 39
    {
40
    super(numL, quat, move, scale, stream);
40
    super(numL, meshState, quat, move, scale, stream);
41 41
    }
42 42

  
43 43
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff