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/MeshSphere.java
267 267

  
268 268
    setAttribs(attribs);
269 269
    }
270

  
271
///////////////////////////////////////////////////////////////////////////////////////////////////
272
/**
273
 * deep copy.
274
 */
275
  public MeshSphere(MeshSphere mesh)
276
    {
277
    super(mesh);
278
    }
279

  
280
///////////////////////////////////////////////////////////////////////////////////////////////////
281
/**
282
 * deep copy.
283
 */
284
  public MeshSphere deepCopy()
285
    {
286
    return new MeshSphere(this);
287
    }
270 288
  }

Also available in: Unified diff