set color(color) {
      this._color = color;
      if (this._material) {
        this._material.color.set(this._color);
      }