clipToZRange
An option to search for objects only within the depth range of the current point of view.
Declaration
static let clipToZRange: SCNHitTestOptionDiscussion
The value for this key is an NSNumber object containing a Boolean value. The default value is true, specifying that hit-testing searches only objects between the zNear and zFar distances of the pointOfView camera. Specify false to include objects outside this depth range in the search.
This option is valid only when hit-testing in the screen space of an SCNSceneRenderer object with the hitTest(_:options:) method.