clone method

Implementation

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