clone method

Implementation

@override
MeshDepthMaterial clone() {
  return MeshDepthMaterial().copy(this);
}