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/MeshTriangles.java
119 119

  
120 120
     setAttribs(attribs);
121 121
     }
122

  
123
///////////////////////////////////////////////////////////////////////////////////////////////////
124
/**
125
 * deep copy.
126
 */
127
  public MeshTriangles(MeshTriangles mesh)
128
    {
129
    super(mesh);
130
    }
131

  
132
///////////////////////////////////////////////////////////////////////////////////////////////////
133
/**
134
 * deep copy.
135
 */
136
  public MeshTriangles deepCopy()
137
    {
138
    return new MeshTriangles(this);
139
    }
122 140
  }

Also available in: Unified diff