AspectMode

public enum AspectMode : String, Encodable

If cube, this scene’s axes are drawn as a cube, regardless of the axes’ ranges.

If data, this scene’s axes are drawn in proportion with the axes’ ranges. If manual, this scene’s axes are drawn in proportion with the input of aspectratio (the default behavior if aspectratio is provided). If auto, this scene’s axes are drawn using the results of data except when one axis is more than four times the size of the two others, where in that case the results of cube are used.

  • Undocumented

    Declaration

    Swift

    case auto
  • Undocumented

    Declaration

    Swift

    case cube
  • Undocumented

    Declaration

    Swift

    case data
  • Undocumented

    Declaration

    Swift

    case manual