Type alias PanoramaPosition

PanoramaPosition: {
    textureFace?: string;
    textureX: number;
    textureY: number;
}

Object defining a position on the panorama image (pixels)

Type declaration

  • Optional textureFace?: string
  • textureX: number
  • textureY: number

Generated using TypeDoc