SCNSceneSourceConvertToYUpKey

Static SCNSceneSourceConvertToYUpKey 

Source
pub unsafe static SCNSceneSourceConvertToYUpKey: &'static SCNSceneSourceLoadingOption
Available on crate feature SCNSceneSource only.
Expand description

Pass YES if a scene should be converted to Y up if it currently has a different up axis.

Use this with a boolean value encapsulated in a NSNumber. The default value is NO. This option has no effect for SCN files or if the asset is already compressed by Xcode (use the compression options instead).

See also Apple’s documentation