SCNSceneSourceCreateNormalsIfAbsentKey

Static SCNSceneSourceCreateNormalsIfAbsentKey 

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

Enable to try to guess acceptable normals for the vertices if none are given in the file

Use this with a boolean value encapsulated in a NSNumber. The default value is NO.

See also Apple’s documentation