@intelligentgraphics/openconfiguration.host
    Preparing search index...

    Type Alias ExportImageCameraPositioning

    ExportImageCameraPositioning:
        | { type: View; viewName: string }
        | { type: Angles; xzAngle: number; yAngle: number }
        | { type: Current }

    Type Declaration

    • { type: View; viewName: string }
    • { type: Angles; xzAngle: number; yAngle: number }
      • type: Angles
      • xzAngle: number

        The xzAngle is the clockwise angle in the xz plane (around the y axis).

      • yAngle: number

        An angle for the y position. Starts from the center y position of the scene.

    • { type: Current }