clone method

Implementation

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