strictConformance
An option to interpret scene files exactly as specified by the scene file format.
Declaration
static let strictConformance: SCNSceneSource.LoadingOptionDiscussion
The value for this key is an NSNumber object containing a Boolean value. The default value is false.
By default, SceneKit reads additional metadata present in a scene file when loading a scene so that its rendering the scene’s contents is as close as possible to the original intent of the scene file’s author. This information can include options that an artist may select using third-party 3D authoring tools or features of SceneKit not specified by the scene file format. If you set this option’s value to true, SceneKit ignores information that is not part of the scene file format’s specification.