_create() {
      this._prepareMaterial();
      this._mesh = new three.Mesh(this._geometry, this._material);
      this._mesh.applyMatrix4(this._stack._ijk2LPS);
      this.add(this._mesh);