Project

General

Profile

« Previous | Next » 

Revision cbd502ec

Added by Leszek Koltunski almost 4 years ago

Progress with the Predeform app; deepCopy for the Meshes; various fixes.

View differences:

src/main/java/org/distorted/library/mesh/MeshQuad.java
66 66

  
67 67
    setAttribs(attribs);
68 68
    }
69

  
70
///////////////////////////////////////////////////////////////////////////////////////////////////
71
/**
72
 * deep copy.
73
 */
74
  public MeshQuad(MeshQuad mesh)
75
    {
76
    super(mesh);
77
    }
78

  
79
///////////////////////////////////////////////////////////////////////////////////////////////////
80
/**
81
 * deep copy.
82
 */
83
  public MeshQuad deepCopy()
84
    {
85
    return new MeshQuad(this);
86
    }
69 87
  }

Also available in: Unified diff