clone method

  1. @override
MeshMatcapMaterial clone()
override

Return a new material with the same parameters as this material.

Implementation

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