clone method
Return a new material with the same parameters as this material.
Implementation
@override
ShaderMaterial clone() {
  return ShaderMaterial().copy(this);
}Return a new material with the same parameters as this material.
@override
ShaderMaterial clone() {
  return ShaderMaterial().copy(this);
}