worldSpaceDistance
The minimum distance from the current point of view for this level of detail to appear.
Declaration
var worldSpaceDistance: CGFloat { get }Discussion
When rendering a geometry with associated levels of detail, SceneKit calculates the distance from the current point of view to the geometry’s parent node, then renders the geometry for the SCNLevelOfDetail object with the largest distance parameter less than that distance.