Project

General

Profile

« Previous | Next » 

Revision ba6d9ee9

Added by Leszek Koltunski over 2 years ago

Cuboids

View differences:

src/main/java/org/distorted/objectlib/main/Movement12.java
54 54

  
55 55
///////////////////////////////////////////////////////////////////////////////////////////////////
56 56

  
57
  public Movement12(Static3D[] rotAxis,float[][] cuts, boolean[][] rotatable, int size, int type, int[][][] enabled)
57
  public Movement12(Static3D[] rotAxis,float[][] cuts, boolean[][] rotatable, float size, int type, int[][][] enabled)
58 58
    {
59 59
    super(rotAxis, FACE_AXIS, cuts,rotatable,DIST3D, size, type, enabled);
60 60
    }

Also available in: Unified diff