setC method

Implementation

MaterialMapC setC(MaterialMapC o) {
  texture = o.texture;
  color = o.color;
  value = o.value;
  return this;
}