clone method

Material clone()

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

Implementation

Material clone() {
  throw ("Material.clone $type need implement.... ");
}