pub unsafe static SCNSceneSourceStrictConformanceKey: &'static SCNSceneSourceLoadingOptionAvailable on crate feature
SCNSceneSource only.Expand description
Pass YES to interpret the 3D format of the file in a strict way.
This option defaults to NO. In this case SceneKit will try to read any additional metadata present in the file to enable additional features and make the rendering as close as possible to the original intent. If you pass YES, SceneKit will instead only consider features which are part of the file format specification.
See also Appleās documentation