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/Movement6.java
38 38

  
39 39
///////////////////////////////////////////////////////////////////////////////////////////////////
40 40

  
41
  public Movement6(Static3D[] rotAxis,float[][] cuts, boolean[][] rotatable, int size, int type, int[][][] enabled)
41
  public Movement6(Static3D[] rotAxis,float[][] cuts, boolean[][] rotatable, float size, int type, int[][][] enabled)
42 42
    {
43 43
    super(rotAxis, FACE_AXIS, cuts, rotatable, DIST3D, size, type, enabled);
44 44
    }

Also available in: Unified diff