Type alias AutofocusSettings

AutofocusSettings: { adjustPanningSensibility?: boolean; adjustPinchPrecision?: boolean; adjustWheelPrecision?: boolean; alpha?: number; beta?: number; durationMs?: number; exclude?: ExcludedGeometryList; radiusFactor?: number }

Type declaration

  • Optional adjustPanningSensibility?: boolean
  • Optional adjustPinchPrecision?: boolean
  • Optional adjustWheelPrecision?: boolean
  • Optional alpha?: number

    Desired horizontal camera angle, this won't be overwritten by the autofocus function

  • Optional beta?: number

    Desired vertical camera angle, this won't be overwritten by the autofocus function

  • Optional durationMs?: number
  • Optional exclude?: ExcludedGeometryList

    Optional list of geometry to be excluded from consideration

  • Optional radiusFactor?: number

    Can be used to customize the margins shown around the 3d model. Defaults to 1.

Generated using TypeDoc