Contents

backFaceCulling

An option to ignore faces not oriented toward the camera.

Declaration

static let backFaceCulling: SCNHitTestOption

Discussion

The value for this key is an NSNumber object containing a Boolean value. The default value is true, specifying that back-facing polygons will not be returned as hit-test results.

See Also

Options