MSFSkyQuality

Objective-C

enum MSFSkyQuality : NSInteger {}

Swift

enum MSFSkyQuality : Int, @unchecked Sendable

How finely the atmosphere is integrated. The cost is per fragment of visible sky, so this is the knob to turn when a low-tilt camera fills the screen with sky.

  • 5 samples along the view ray, 3 towards the sun.

    Declaration

    Objective-C

    MSF_SKY_QUALITY_LOW

    Swift

    case SKY_QUALITY_LOW = 0
  • 8 and 4. The default.

    Declaration

    Objective-C

    MSF_SKY_QUALITY_MEDIUM

    Swift

    case SKY_QUALITY_MEDIUM = 1
  • 12 and 5.

    Declaration

    Objective-C

    MSF_SKY_QUALITY_HIGH

    Swift

    case SKY_QUALITY_HIGH = 2