Static SCNSceneSourceLoadingOptionPreserveOriginalTopology

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

Pass YES to make SceneKit preserve the original topology instead of triangulating at load time. This can be useful to get better results when subdividing a geometry.

Defaults to YES starting macOS 10.15, iOS 13, tvOS 13 and watchOS 6. Defaults to NO in previous versions.

See also Apple’s documentation