createMaterial() {
      this._material = new three.MeshBasicMaterial({ side: THREE.DoubleSide });
      this._material.transparent = true;
      this._material.opacity = 0.2;
    }