Contents

geometry

The geometry associated with this level of detail.

Declaration

var geometry: SCNGeometry? { get }

Discussion

SceneKit renders this geometry instead of the original geometry when the level of detail is appropriate. Generally, levels of detail with larger worldSpaceDistance values or smaller screenSpaceRadius values should contain less complex geometries.

If the value of this property is nil, SceneKit renders no geometry at this level of detail.

See Also

Inspecting a Level of Detail