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 }