clone method

Implementation

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