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