MSFRenderProjectionMode
Objective-C
enum MSFRenderProjectionMode : NSInteger {}
Swift
enum MSFRenderProjectionMode : Int, @unchecked Sendable
Possible render projection modes.
-
Planar projection.
Declaration
Objective-C
MSF_RENDER_PROJECTION_MODE_PLANARSwift
case RENDER_PROJECTION_MODE_PLANAR = 0 -
Spherical projection.
Declaration
Objective-C
MSF_RENDER_PROJECTION_MODE_SPHERICALSwift
case RENDER_PROJECTION_MODE_SPHERICAL = 1