SCNHitTestOptions.BackFaceCulling Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.