SCNHitTestOptions.BackFaceCulling Property

Definition

Determines whether to ignore polygons that are not facing the camera for hit-testing.

public Nullable<bool> BackFaceCulling { get; set; }
member this.BackFaceCulling : Nullable<bool> with get, set

Property Value

If not specified, the default is to assume that you want back-face culling.

Applies to